forked from root/acme.js
v1.3.2: make Prettier, add banner
This commit is contained in:
parent
2d0500fa24
commit
df244d9a15
10
README.md
10
README.md
|
@ -1,3 +1,13 @@
|
|||
# Do you rely on ACME.js?
|
||||
|
||||
Hey! Let's Encrypt will **STOP WORKING** with Greenlock and ACME.js at the end of Oct 2019.
|
||||
**WITHOUT YOUR HELP** we won't get the next release out in time.
|
||||
|
||||
If Greenlock (or ACME.js) has saved you time and money, and taken stress out of your life,
|
||||
or you just love it, please reach out to return the favor today:
|
||||
|
||||
[**SAVE GREENLOCK / ACME.js**](https://indiegogo.com/at/greenlock): <https://indiegogo.com/at/greenlock>
|
||||
|
||||
# [acme.js](https://git.coolaj86.com/coolaj86/acme.js)
|
||||
|
||||
Free SSL for everybody. The bare essentials of the Let's Encrypt v2 (ACME) API.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "acme",
|
||||
"version": "1.3.1",
|
||||
"version": "1.3.2",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -10,9 +10,9 @@
|
|||
"integrity": "sha512-3a4Eeghcjsfe6zh7EJ+ni1l8OK9Fz2wL1OjP4UCa0YdvtH39kdXB9RGWuzyNv7dZi0+Ffkc83KfH0WbPMiuJFw=="
|
||||
},
|
||||
"acme-v2": {
|
||||
"version": "1.8.2",
|
||||
"resolved": "https://registry.npmjs.org/acme-v2/-/acme-v2-1.8.2.tgz",
|
||||
"integrity": "sha512-uYGA+DuTnA44EsGXE413XnbTotGHCzkucXjMk23QRwGnaGlnr0lNBoYjByyeIVLSzj0W6Y9FqA9h+15+H+ltMw==",
|
||||
"version": "1.8.4",
|
||||
"resolved": "https://registry.npmjs.org/acme-v2/-/acme-v2-1.8.4.tgz",
|
||||
"integrity": "sha512-kg7Tch2g1ottWr0XJrvVtaE2uDksAAgqvTo6+tIfzHjxM2krlArLek8k67wsUJKacrdfGM0fUKdWEVsal+dUKA==",
|
||||
"requires": {
|
||||
"@root/request": "^1.3.11",
|
||||
"rsa-compat": "^2.0.8"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "acme",
|
||||
"version": "1.3.1",
|
||||
"version": "1.3.2",
|
||||
"description": "The bare essentials of the ACME (Let's Encrypt v2) API. This is a low-level library for building high-level clients.",
|
||||
"homepage": "https://git.coolaj86.com/coolaj86/acme.js",
|
||||
"main": "node.js",
|
||||
|
@ -25,6 +25,6 @@
|
|||
"author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)",
|
||||
"license": "MPL-2.0",
|
||||
"dependencies": {
|
||||
"acme-v2": "^1.8.2"
|
||||
"acme-v2": "^1.8.4"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue