Skip to content

Commit

Permalink
add ursa to deps
Browse files Browse the repository at this point in the history
ursa is *much* faster than pure-js, and it shows
  • Loading branch information
AJ ONeal committed May 27, 2015
1 parent 800c26c commit c38295d
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 c38295d

Please sign in to comment.