Skip to content

Commit

Permalink
Add dev dependency on sinon.js in package.json.
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-self committed Sep 23, 2012
1 parent 5ad0470 commit 1d786d3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Expand Up @@ -16,13 +16,14 @@
],
"repository": {
"type": "git",
"url": "git://github.com/ryan-self/exec-plan.git"
"url": "git://github.com/ryan-self/exec-plan.git"
},
"engines": {
"node": ">=0.6"
},
"devDependencies": {
"nodeunit": ">=0.7.4"
"nodeunit": ">=0.7.4",
"sinon": ">=1.4.2"
},
"main": "./main",
"scripts": {
Expand Down

0 comments on commit 1d786d3

Please sign in to comment.