Skip to content

Commit

Permalink
Change npm test task to use grunt test
Browse files Browse the repository at this point in the history
Makes it easier to adjust test suites without having to remember to
update the JSON.
Also added the bug tracker property
  • Loading branch information
nschonni committed Mar 18, 2013
1 parent 8996f47 commit fb1e4c2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,15 @@
"grunt-contrib-requirejs": "~0.4.0"
},
"scripts": {
"test": "grunt qunit"
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "git://github.com/Modernizr/Modernizr.git"
},
"bugs": {
"url": "https://github.com/Modernizr/Modernizr/issues"
},
"keywords": [
"html5",
"css3",
Expand Down

0 comments on commit fb1e4c2

Please sign in to comment.