--chunker=buzhash
parent
0e57dc4151
commit
388caa7bdc
|
@ -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
|
||||
|
||||
|
|
|
@ -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": {
|
||||
|
@ -58,4 +58,4 @@
|
|||
"tslint-rxjs-subject-restrictions-rule": "^1.0.4",
|
||||
"typescript": "~3.9.6"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue