add CSR as transitional dependency
This commit is contained in:
parent
080497bf4c
commit
76f98f7c7e
|
@ -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…
Reference in New Issue