From 5f7a4fe042d26aa5cca595d26ff2561cf782dc21 Mon Sep 17 00:00:00 2001 From: wltsmrz Date: Tue, 10 Sep 2013 12:36:28 -0700 Subject: [PATCH] Fix npm script running on windows --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 93eab87e..7fc09c06 100644 --- a/package.json +++ b/package.json @@ -27,8 +27,8 @@ "mocha": "~1.12.1" }, "scripts": { - "test": "node_modules/.bin/mocha test/*-test.js", - "build": "node_modules/.bin/grunt" + "test": "mocha --reporter spec test/*-test.js", + "build": "grunt" }, "repository": { "type": "git",