fix npm start

This commit is contained in:
Matias Alejo Garcia 2015-05-28 12:19:55 -03:00
parent b9d2d44007
commit 86f1a40b9b

View File

@ -45,7 +45,7 @@
}, },
"bin": "insight.js", "bin": "insight.js",
"scripts": { "scripts": {
"start": "node node_modules/grunt-cli/bin/grunt" "start": "node insight.js"
}, },
"dependencies": { "dependencies": {
"async": "*", "async": "*",