Skip to content

Commit

Permalink
Add grunt cli like dev dep
Browse files Browse the repository at this point in the history
  • Loading branch information
kupriyanenko committed Sep 19, 2017
1 parent 182a689 commit 4acaaff
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,12 @@
},
"devDependencies": {
"grunt": "0.4.4",
"grunt-mocha": "0.4.10",
"grunt-contrib-watch": "0.6.1",
"grunt-cli": "1.0.0",
"grunt-contrib-concat": "0.4.0",
"grunt-contrib-jshint": "0.10.0",
"grunt-contrib-uglify": "0.4.0",
"grunt-contrib-concat": "0.4.0",
"grunt-contrib-watch": "0.6.1",
"grunt-mocha": "0.4.10",
"which": "1.0.5"
},
"keywords": [
Expand Down

0 comments on commit 4acaaff

Please sign in to comment.