0.8.2
Massimo Melina committed
Feb 2, 2022 at 00:05 UTC
2df75a7fa1ba2794eb27088d6fda61412566af80
2 files changed
+4
-2
package.json
+3
-2
@@ -1,6 +1,6 @@
1
{
2
"name": "hfs",
3
- "version": "0.8.1",
3
+ "version": "0.8.2",
4
"description": "HTTP File Server",
5
"keywords": [
6
"file server",
@@ -17,7 +17,8 @@
17
"build-all": "rm -rf dist && npm run build && cd frontend && npm install && npm run build && npm audit --production && echo COMPLETED",
18
"test": "mocha -r ts-node/register 'tests/**/*.ts'",
19
"zip-dist": "cd dist && zip hfs.zip -r * -x *.zip *.exe",
20
- "exe-dist": "pkg . -C brotli && cd dist && rm -rf src node_modules && zip hfs.exe.zip -r * -x *.zip run.bat"
20
+ "exe-dist": "pkg . -C brotli && cd dist && rm -rf src node_modules && zip hfs.exe.zip -r * -x *.zip run.bat",
21
+ "new-dist": "npm run build-all && npm run zip-dist && npm run exe-dist"
22
},
23
"bin": "dist/src/index.js",
24
"pkg": {
todo.md
+1
@@ -1,4 +1,5 @@
1
# To do
2
+- start without config file
3
- allowed referer
4
- log rotation
5
- log filter option