--chunker=buzhash

merge-requests/3/merge
Nato Boram 2020-07-07 20:43:12 -04:00
parent 0e57dc4151
commit 388caa7bdc
No known key found for this signature in database
GPG Key ID: 478E3C64BF88AFFA
2 changed files with 3 additions and 2 deletions

View File

@ -12,6 +12,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/), and this
- Better screenshot - Better screenshot
- Upgraded to Angular 10 - Upgraded to Angular 10
- Now uses `--chunker=buzhash`
### Deprecated ### Deprecated

View File

@ -12,7 +12,7 @@
"lint": "ng lint", "lint": "ng lint",
"e2e": "ng e2e", "e2e": "ng e2e",
"yarn": "ipfs-yarn", "yarn": "ipfs-yarn",
"publish:ipfs": "yarn run build:ipfs; ipfs add --recursive --chunker=rabin --cid-version=1 dist/angular" "publish:ipfs": "yarn run build:ipfs && ipfs add --recursive --chunker=buzhash --cid-version=1 dist/angular"
}, },
"private": false, "private": false,
"dependencies": { "dependencies": {
@ -58,4 +58,4 @@
"tslint-rxjs-subject-restrictions-rule": "^1.0.4", "tslint-rxjs-subject-restrictions-rule": "^1.0.4",
"typescript": "~3.9.6" "typescript": "~3.9.6"
} }
} }