Try updating to the new location and current version for root's acme

pull/6141/head
Adam Novak 3 years ago
parent ac930fc23e
commit e29591aecd

@ -42,7 +42,7 @@
"@root/csr": "0.8.1",
"@root/keypairs": "0.10.3",
"@root/pem": "1.0.4",
"acme": "3.0.3",
"@root/acme": "3.1.0",
"akismet-api": "5.3.0",
"algoliasearch": "4.5.1",
"apollo-fetch": "0.7.0",

@ -1,4 +1,4 @@
const ACME = require('acme')
const ACME = require('@root/acme')
const Keypairs = require('@root/keypairs')
const _ = require('lodash')
const moment = require('moment')

Loading…
Cancel
Save