We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15f505e commit 77f8d89Copy full SHA for 77f8d89
1 file changed
package.json
@@ -47,7 +47,8 @@
47
"clean": "jake clean",
48
"jake": "jake",
49
"lint": "jake lint",
50
- "setup-hooks": "node scripts/link-hooks.js"
+ "setup-hooks": "node scripts/link-hooks.js",
51
+ "postinstall": "npm dedupe"
52
},
53
"browser": {
54
"buffer": false,
0 commit comments