diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e3047a..675b545 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index 7305d1c..92b0295 100644 --- a/package.json +++ b/package.json @@ -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" } -} \ No newline at end of file +}