Browse Source

reduce description length for npm

v1
AJ ONeal 6 years ago
parent
commit
e08cbd9ae1
  1. 4
      package.json

4
package.json

@ -1,7 +1,7 @@
{
"name": "acme",
"version": "1.0.9",
"description": "Free SSL for everybody. The bare essentials of the Let's Encrypt v2 (ACME draft 11) API. Built for Greenlock.",
"version": "1.0.10",
"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",
"scripts": {

Loading…
Cancel
Save