mirror of
https://github.com/Xahau/xahau.js.git
synced 2026-08-21 15:40:51 +00:00
Fix npm script running on windows
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user