Browse Source

v3.0.2: add missing dirs

v3 v3.0.2
AJ ONeal 5 years ago
parent
commit
5490f858d9
  1. 4
      package.json

4
package.json

@ -1,6 +1,6 @@
{
"name": "@root/acme",
"version": "3.0.1",
"version": "3.0.2",
"description": "Free SSL certificates for Node.js and Browsers. Issued via Let's Encrypt",
"homepage": "https://rootprojects.org/acme/",
"main": "acme.js",
@ -13,6 +13,8 @@
"files": [
"*.js",
"lib",
"bin",
"scripts",
"dist"
],
"scripts": {

Loading…
Cancel
Save