Browse Source

add CSR as transitional dependency

wip-v3
AJ ONeal 5 years ago
parent
commit
76f98f7c7e
  1. 7
      package.json

7
package.json

@ -1,6 +1,6 @@
{
"name": "acme",
"version": "2.0.0-wip.0",
"name": "@root/acme",
"version": "3.0.0-wip.0",
"description": "Free SSL certificates through Let's Encrypt, right in your browser",
"homepage": "https://rootprojects.org/acme/",
"main": "lib/acme.js",
@ -42,7 +42,8 @@
"author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)",
"license": "MPL-2.0",
"dependencies": {
"@root/encoding": "^1.0.1"
"@root/encoding": "^1.0.1",
"@root/csr": "^1.0.0-wip.0"
},
"devDependencies": {
"@root/request": "^1.3.10",

Loading…
Cancel
Save