Fix npm script running on windows

This commit is contained in:
wltsmrz
2013-09-10 12:36:28 -07:00
parent 24ef629da3
commit 5f7a4fe042

View File

@@ -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",