Skip to content

Commit

Permalink
remove reliance on grunt from npm test script
Browse files Browse the repository at this point in the history
fixes #130
  • Loading branch information
joelrbrandt committed Feb 5, 2014
1 parent 282b137 commit 9167e39
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 @@ -10,7 +10,7 @@
"license": "MIT",
"readmeFilename": "README.md",
"scripts": {
"test": "grunt test"
"test": "node node_modules/.bin/nodeunit test"
},
"dependencies": {
"optimist": "~0.3.5",
Expand Down

0 comments on commit 9167e39

Please sign in to comment.