Skip to content

Commit

Permalink
Merge pull request #6 from coolaj86/patch-4
Browse files Browse the repository at this point in the history
add ursa to deps
  • Loading branch information
michielbdejong committed May 28, 2015
2 parents 800c26c + c38295d commit 03257b8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
{
"name": "node-letsencrypt",
"version": "0.0.2",
"version": "0.0.3",
"main": "./lib/acme.js",
"dependencies": {
"async": "*",
"node-forge": "*"
},
"optionalDependencies": {
"ursa": "^0.8.5"
},
"devDependencies": {
"jshint": "2.5.X",
"mocha": "1.18.X",
Expand Down

0 comments on commit 03257b8

Please sign in to comment.