Skip to content

Commit

Permalink
Run coffeelint tasks as npm test
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianlee44 committed Nov 16, 2013
1 parent 07d11db commit 773aca7
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 @@ -30,7 +30,7 @@
"node": "*"
},
"scripts": {
"test": "grunt test"
"test": "grunt default"
},
"peerDependencies": {
"grunt": "~0.4"
Expand Down

0 comments on commit 773aca7

Please sign in to comment.