Skip to content

Commit

Permalink
Use exact versions of dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
earldouglas committed Dec 30, 2014
1 parent 7121e67 commit da34711
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@
"coveralls": "jscoverage lib && LIB_COV=1 nodeunit --reporter=lcov test | coveralls"
},
"devDependencies": {
"bluebird": "~2.2.2",
"coveralls": "^2.11.2",
"jscoverage": "^0.5.9",
"nodeunit": "^0.9.0"
"bluebird": "2.2.2",
"coveralls": "2.11.2",
"jscoverage": "0.5.9",
"nodeunit": "0.9.0"
},
"keywords": [
"functional",
Expand Down

0 comments on commit da34711

Please sign in to comment.