Skip to content

Commit e05c2b7

Browse files
committed
0.5.0
1 parent f5aef8c commit e05c2b7

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,10 @@ You won't find all previous features here (yet), but still we got:
1616
- search
1717
- accounts
1818
- resumable downloads
19+
- download folders as zip archive
1920
- simple website serving
21+
- plug-ins
22+
- log file
2023

2124
# Configuration
2225

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hfs",
3-
"version": "0.4.1",
3+
"version": "0.5.0",
44
"description": "HTTP File Server",
55
"keywords": [
66
"file server",
@@ -13,9 +13,9 @@
1313
"watch-server": "nodemon --ignore tests/ --watch src -e ts,tsx --exec ts-node src/index.ts",
1414
"start-frontend": "cd frontend && npm run start",
1515
"start": "node dist",
16-
"build": "npm install && node timestamp && tsc --target es2018 && cp package*.json *.yaml dist && cd dist && npm ci --production && cd .. && npm run build-prune",
16+
"build": "npm install && node timestamp && tsc --target es2018 && cp -r plugins READ* package*.json *.yaml dist && cd dist && npm ci --production && cd .. && npm run build-prune",
1717
"build-prune": "cd dist && nm-prune --force && cd node_modules && rm -rf yaml/browser && mkdir lodash2 && cp lodash/lodash.min.js lodash2/lodash.js && cp lodash/package.json lodash2 && rm -rf lodash && mv lodash2 lodash",
18-
"build-all": "npm run build && cd frontend && npm install && npm run build && cd ..",
18+
"build-all": "rm -rf dist && npm run build && cd frontend && npm install && npm run build && echo COMPLETED",
1919
"test": "mocha -r ts-node/register 'tests/**/*.ts'",
2020
"make-exe-after-build": "pkg . -C brotli"
2121
},

0 commit comments

Comments
 (0)