because it needs to work with npm 2 as well

This commit is contained in:
Wesley Wigham 2015-11-11 13:42:46 -08:00
parent 15f505e6aa
commit 77f8d89883

View File

@ -47,7 +47,8 @@
"clean": "jake clean",
"jake": "jake",
"lint": "jake lint",
"setup-hooks": "node scripts/link-hooks.js"
"setup-hooks": "node scripts/link-hooks.js",
"postinstall": "npm dedupe"
},
"browser": {
"buffer": false,