We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cfd51d commit 3ff8989Copy full SHA for 3ff8989
package.json
@@ -3,6 +3,7 @@
3
"version": "1.0.0",
4
"description": "JS implementation of the IPFS UnixFS",
5
"scripts": {
6
+ "postinstall": "rm -rf package-lock.json packages/*/package-lock.json",
7
"reset": "lerna run clean && rimraf packages/*/node_modules node_modules",
8
"test": "lerna run test",
9
"coverage": "lerna run coverage",
0 commit comments