Remove postinstall, make it manual, make sure jakefile is in gitignore

This commit is contained in:
Wesley Wigham 2015-09-25 11:26:41 -07:00
parent 106b32d97b
commit ff4c20c0de
2 changed files with 2 additions and 2 deletions

View file

@ -3,6 +3,6 @@ doc
scripts
src
tests
Jakefile
Jakefile.js
.travis.yml
.settings/

View file

@ -46,7 +46,7 @@
"build:tests": "jake tests",
"clean": "jake clean",
"jake": "jake",
"postinstall": "echo \"try {require('./scripts/link-hooks.js'); console.log('Git hooks installed.');} catch (e) {console.log('Script not run, git hooks not installed.')}\" | node"
"setup-hooks": "node scripts/lint-hooks.js"
},
"browser": {
"buffer": false,