From 152b35293e0e713364b0a16487594d89463ba48c Mon Sep 17 00:00:00 2001 From: Austin Turnage Date: Wed, 1 Apr 2015 21:34:59 -0400 Subject: [PATCH] close #7 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e1067ef..655ab59 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "express":"4.*.*" }, "scripts": { - "test": "./node_modules/gulp/bin/gulp.js test" + "test":"node ./node_modules/gulp/bin/gulp.js test" }, "devDependencies": { "mocha": "1.*",