Skip to content

Commit

Permalink
0.14.5
Browse files Browse the repository at this point in the history
  • Loading branch information
rejetto committed Mar 31, 2022
1 parent 912503d commit 4939faa
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
20 changes: 10 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hfs",
"version": "0.14.4",
"version": "0.14.5",
"description": "HTTP File Server",
"keywords": [
"file server",
Expand All @@ -16,8 +16,8 @@
"start-frontend": "cd frontend && npm run start",
"start-admin": "cd admin && npm run start",
"start": "node dist",
"build": "npm install && rm -rf dist/src && tsc --target es2018 && cp -v -r package-lock.json server/package.json READ* LICENSE* plugins dist && cd dist && npm ci --production && cd .. && node afterbuild",
"build-all": "rm -rf dist && npm run build-shared && npm run build && npm run build-frontend && npm run build-admin && npm audit --production && echo COMPLETED",
"build-all": "npm audit --production && rm -rf dist && npm run build-shared && npm run build-server && npm run build-frontend && npm run build-admin && echo COMPLETED",
"build-server": "npm install && rm -rf dist/src && tsc --target es2018 && cp -v -r package-lock.json server/package.json READ* LICENSE* plugins dist && cd dist && npm ci --production && cd .. && node afterbuild",
"build-frontend": "cd frontend && npm run build",
"build-admin": "cd admin && npm run build",
"build-shared": "cd shared && npx tsc",
Expand Down
2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"koa-session": "^6.2.0",
"limiter": "^2.1.0",
"lodash": "^4.17.21",
"minimist": "^1.2.5",
"minimist": "^1.2.6",
"open": "^8.4.0",
"tssrp6a": "^3.0.0",
"yaml": "^2.0.0-10"
Expand Down

0 comments on commit 4939faa

Please sign in to comment.