Removed post install action that requires devDependencies. Closes #35

This commit is contained in:
Braydon Fuller 2015-02-03 11:18:28 -05:00
parent 4e76ffa5d4
commit adc694ee25
1 changed files with 0 additions and 1 deletions

View File

@ -25,7 +25,6 @@
],
"scripts": {
"make-dist": "sh scripts/make-dist.sh",
"postinstall": "npm run make-dist",
"test": "mocha test/*.js --reporter spec"
},
"main": "index.js",