Skip to content

Commit

Permalink
0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rejetto committed Feb 1, 2022
1 parent b00ee70 commit 2df75a7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hfs",
"version": "0.8.1",
"version": "0.8.2",
"description": "HTTP File Server",
"keywords": [
"file server",
Expand All @@ -17,7 +17,8 @@
"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",
"exe-dist": "pkg . -C brotli && cd dist && rm -rf src node_modules && zip hfs.exe.zip -r * -x *.zip run.bat"
"exe-dist": "pkg . -C brotli && cd dist && rm -rf src node_modules && zip hfs.exe.zip -r * -x *.zip run.bat",
"new-dist": "npm run build-all && npm run zip-dist && npm run exe-dist"
},
"bin": "dist/src/index.js",
"pkg": {
Expand Down
1 change: 1 addition & 0 deletions todo.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# To do
- start without config file
- allowed referer
- log rotation
- log filter option
Expand Down

0 comments on commit 2df75a7

Please sign in to comment.