Skip to content

Commit

Permalink
change npm test command to not rely on global grunt
Browse files Browse the repository at this point in the history
  • Loading branch information
joelrbrandt committed Feb 6, 2014
1 parent 58178a9 commit 2d8fe38
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 @@ -11,7 +11,7 @@
"license": "MIT",
"readmeFilename": "README.md",
"scripts": {
"test": "grunt test"
"test": "node node_modules/.bin/nodeunit test"
},
"dependencies": {
"mkdirp": "~0.3.5",
Expand Down

0 comments on commit 2d8fe38

Please sign in to comment.