Skip to content

Commit 50f3329

Browse files
committed
npm scripts: Fixed Windows incompatibility
Closes gh-235
1 parent 9c8c657 commit 50f3329

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,15 @@
99
"xmlhttprequest": "~1.7.0"
1010
},
1111
"devDependencies": {
12-
"argg": "0.0.1",
1312
"istanbul": "^0.3.13",
1413
"jshint": "^2.5.8",
1514
"plato": "^1.4.0",
1615
"tape": "^3.0.3",
1716
"testling": "^1.7.1"
1817
},
1918
"scripts": {
20-
"test": "node node_modules/argg test/*.js && node node_modules/jshint/bin/jshint github.js test/*.js",
21-
"jshint": "node node_modules/jshint/bin/jshint github.js test/*.js"
19+
"test": "tape test/*.js && npm run-script jshint",
20+
"jshint": "jshint github.js test/"
2221
},
2322
"repository": {
2423
"type": "git",

0 commit comments

Comments
 (0)