Skip to content

Commit

Permalink
chore: Fix npm test command
Browse files Browse the repository at this point in the history
  • Loading branch information
dignifiedquire committed Jun 23, 2015
1 parent 4d0268e commit 4940d72
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 @@ -4,7 +4,7 @@
"description": "A Karma plugin. Launcher for Chrome and Chrome Canary.",
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/jasmine-node test"
"test": "grunt test"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 4940d72

Please sign in to comment.