Remove prepublish command

This caused breakages with the npm install/link commands.
This commit is contained in:
kpdecker
2013-10-14 14:38:40 -05:00
parent 15e1eb36ca
commit 97d5efd94a
-1
View File
@@ -54,7 +54,6 @@
"handlebars": "bin/handlebars"
},
"scripts": {
"prepublish": "grunt",
"test": "node ./spec/env/runner"
}
}