add CSR as transitional dependency
This commit is contained in:
parent
080497bf4c
commit
76f98f7c7e
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "acme",
|
"name": "@root/acme",
|
||||||
"version": "2.0.0-wip.0",
|
"version": "3.0.0-wip.0",
|
||||||
"description": "Free SSL certificates through Let's Encrypt, right in your browser",
|
"description": "Free SSL certificates through Let's Encrypt, right in your browser",
|
||||||
"homepage": "https://rootprojects.org/acme/",
|
"homepage": "https://rootprojects.org/acme/",
|
||||||
"main": "lib/acme.js",
|
"main": "lib/acme.js",
|
||||||
|
@ -42,7 +42,8 @@
|
||||||
"author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)",
|
"author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)",
|
||||||
"license": "MPL-2.0",
|
"license": "MPL-2.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@root/encoding": "^1.0.1"
|
"@root/encoding": "^1.0.1",
|
||||||
|
"@root/csr": "^1.0.0-wip.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@root/request": "^1.3.10",
|
"@root/request": "^1.3.10",
|
||||||
|
|
Loading…
Reference in New Issue