Skip to content

Commit

Permalink
improved Windows compatibility for 'npm test'
Browse files Browse the repository at this point in the history
  • Loading branch information
mcandre committed May 2, 2013
1 parent 3e0022f commit 52b2c0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
"data", "xml", "data2xml", "datatoxml", "js2xml", "jstoxml", "json2xml", "jsontoxml"
],
"scripts" : {
"test" : "./node_modules/tap/bin/tap.js test/*.js"
"test" : "node node_modules/tap/bin/tap.js test/*.js"
}
}

0 comments on commit 52b2c0c

Please sign in to comment.