Skip to content

Commit

Permalink
Merge pull request #6 from hubot-scripts/sinon-chai
Browse files Browse the repository at this point in the history
Update dev dependencies from generator-hubot
  • Loading branch information
technicalpickles committed Jun 6, 2015
2 parents c7d8f85 + 13c79aa commit d360fc9
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,18 @@
"hubot": "2.x"
},
"devDependencies": {
"chai": "^2.1.1",
"coffee-script": "1.6.3",
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-contrib-watch": "~0.6.1",
"grunt-mocha-test": "~0.12.7",
"grunt-release": "~0.11.0",
"hubot": "2.x",
"mocha": "*",
"chai": "*",
"sinon-chai": "*",
"sinon": "*",
"grunt-mocha-test": "~0.7.0",
"grunt-release": "~0.6.0",
"matchdep": "~0.1.2",
"grunt-contrib-watch": "~0.5.3"
"matchdep": "~0.3.0",
"mocha": "^2.1.0",
"sinon": "^1.13.0",
"sinon-chai": "^2.7.0"
},
"main": "index.coffee",
"scripts": {
Expand Down

0 comments on commit d360fc9

Please sign in to comment.