Skip to content

Commit

Permalink
Move test dependencies to devDependencies property
Browse files Browse the repository at this point in the history
  • Loading branch information
bilalq committed May 9, 2014
1 parent eb5fc60 commit 083efb8
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,16 +38,12 @@
"request": "^2.34.0",
"cli-color": "^0.3.2",
"underscore": "^1.6.0",
"growl": "^1.7.0",
"sinon-chai": "^2.5.0",
"chai": "^1.9.1",
"sinon": "^1.9.1",
"mocha": "^1.18.2"
"growl": "^1.7.0"
},
"devDependencies": {
"mocha": "1.18.x",
"sinon": "1.9.x",
"chai": "1.9.x",
"sinon-chai": "2.5.x"
"mocha": "^1.18.2",
"chai": "^1.9.1",
"sinon": "^1.9.1",
"sinon-chai": "^2.5.0"
}
}

0 comments on commit 083efb8

Please sign in to comment.