Skip to content

Commit

Permalink
Pin dependency versions, ref #7
Browse files Browse the repository at this point in the history
  • Loading branch information
michielbdejong committed May 28, 2015
1 parent 2a5b0e8 commit 5d4b1e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"version": "0.0.3",
"main": "./lib/acme.js",
"dependencies": {
"async": "*",
"node-forge": "*"
"async": "^1.0.0",
"node-forge": "^0.6.29"
},
"optionalDependencies": {
"ursa": "^0.8.5"
Expand Down

0 comments on commit 5d4b1e6

Please sign in to comment.