Skip to content

Commit

Permalink
adds grunt-cli to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Mrak committed Oct 2, 2014
1 parent cc2ba68 commit b47380b
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{

"name": "stubby",
"preferGlobal": true,
"version": "0.2.7",
Expand Down Expand Up @@ -53,12 +53,13 @@
"ejs": ">=0.8.4"
},
"devDependencies": {
"sinon": "~1.8.1",
"coffee-script": "~1.7.1",
"grunt": "~0.4.2",
"grunt-cli": "^0.1.13",
"grunt-contrib-coffee": "~0.9.0",
"grunt-mocha-cli": "~1.5.0",
"grunt-contrib-watch": "~0.5.3",
"coffee-script": "~1.7.1"
"grunt-mocha-cli": "~1.5.0",
"sinon": "~1.8.1"
},
"license": "Apache",
"engine": {
Expand Down

0 comments on commit b47380b

Please sign in to comment.