--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
- Upgraded to Angular 10
- Now uses `--chunker=buzhash`
### Deprecated

View File

@ -12,7 +12,7 @@
"lint": "ng lint",
"e2e": "ng e2e",
"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,
"dependencies": {