Skip to content
This repository has been archived by the owner on Dec 29, 2020. It is now read-only.

Commit

Permalink
Update grunt to 1.0.1 and update grunt-contrib-nodeunit to 1.0.0 (#124)
Browse files Browse the repository at this point in the history
grunt-cli is now included in grunt so doint need to add it separately now.
  • Loading branch information
paladox authored and markelog committed Jun 4, 2016
1 parent 3787cd4 commit 33894a5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,9 @@
"vow": "~0.4.1"
},
"devDependencies": {
"grunt": "0.4.5",
"grunt-cli": "~0.1.13",
"grunt": "1.0.1",
"grunt-contrib-jshint": "~1.0.0",
"grunt-contrib-nodeunit": "~0.4.0",
"grunt-contrib-nodeunit": "~1.0.0",
"load-grunt-tasks": "^3.4.0",
"time-grunt": "~1.3.0"
},
Expand Down

0 comments on commit 33894a5

Please sign in to comment.