diff --git a/frontend/package.json b/frontend/package.json index d4af96a76..2f1276197 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "frontend", - "version": "0.6.0", + "version": "0.7.0", "private": true, "proxy": "http://localhost", "scripts": { diff --git a/package.json b/package.json index 2376a74a5..7472dfb0b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hfs", - "version": "0.6.1", + "version": "0.7.0", "description": "HTTP File Server", "keywords": [ "file server", @@ -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": {