Removing Grunt Task

This commit is contained in:
Amos Haviv
2013-10-13 09:25:42 +03:00
parent 40a643a246
commit b8a23eb142
3 changed files with 9 additions and 5 deletions

View File

@@ -15,7 +15,7 @@
"scripts": {
"start": "node node_modules/grunt-cli/bin/grunt",
"test": "node node_modules/grunt-cli/bin/grunt test",
"postinstall": "node node_modules/grunt-cli/bin/grunt install"
"postinstall": "bower install"
},
"dependencies": {
"express": "latest",