From 86f1a40b9b2a6e0b11d6ca1da5a6265f9a1e0e6a Mon Sep 17 00:00:00 2001 From: Matias Alejo Garcia Date: Thu, 28 May 2015 12:19:55 -0300 Subject: [PATCH] fix npm start --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5861950..c372adb 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ }, "bin": "insight.js", "scripts": { - "start": "node node_modules/grunt-cli/bin/grunt" + "start": "node insight.js" }, "dependencies": { "async": "*",