add prepush script, so npm stops blowing up

This commit is contained in:
Joe Fleming 2014-12-01 16:54:41 -07:00
parent 7524dc6ec0
commit 778104e8b6

View file

@ -48,7 +48,8 @@
"scripts": {
"test": "grunt test --use-jruby",
"server": "grunt server",
"precommit": "grunt jshint"
"precommit": "grunt jshint",
"prepush": ""
},
"repository": {
"type": "git",