Skip to content

Commit

Permalink
0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rejetto committed Jan 21, 2022
1 parent b5f6ffb commit 243f46a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "frontend",
"version": "0.6.0",
"version": "0.7.0",
"private": true,
"proxy": "http://localhost",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hfs",
"version": "0.6.1",
"version": "0.7.0",
"description": "HTTP File Server",
"keywords": [
"file server",
Expand All @@ -17,7 +17,7 @@
"build-all": "rm -rf dist && npm run build && cd frontend && npm install && npm run build && npm audit --production && echo COMPLETED",
"test": "mocha -r ts-node/register 'tests/**/*.ts'",
"zip-dist": "cd dist && zip hfs.zip -r * -x *.zip *.exe",
"make-exe-after-build": "pkg . -C brotli && cd dist && zip hfs.exe.zip -r * -x src src/** *.zip run.bat"
"exe-dist": "pkg . -C brotli && cd dist && zip hfs.exe.zip -r * -x src src/** *.zip run.bat"
},
"bin": "dist/src/index.js",
"pkg": {
Expand Down

0 comments on commit 243f46a

Please sign in to comment.