Merge pull request #4973 from weswigham/4699-fix

#4699 fix
This commit is contained in:
Wesley Wigham 2015-09-25 11:49:58 -07:00
commit 76ef9ce2f3
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": "node scripts/link-hooks.js"
"setup-hooks": "node scripts/link-hooks.js"
},
"browser": {
"buffer": false,