diff --git a/package.json b/package.json index e043a8a..2aee09e 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ }, "scripts": { "test": "mocha test -R spec", - "prepublish": "node browser/browserify.js -a" + "postinstall": "node browser/browserify.js -a" }, "dependencies": { "soop": "git://github.com/bitpay/soop.git",