2
0
espelhamento de https://git.coolaj86.com/coolaj86/acme-dns-01-cli.js sincronizado 2025-12-19 01:18:38 +00:00

v3.0.1: add files: [] to package.json

Esse commit está contido em:
AJ ONeal 2019-04-02 23:24:18 -06:00
commit 1b8495cdd2

Ver arquivo

@ -1,8 +1,9 @@
{
"name": "le-challenge-dns",
"version": "3.0.0",
"version": "3.0.1",
"description": "A manual (interactive CLI) dns-based strategy for Greenlock / Let's Encrypt / ACME DNS-01 challenges",
"main": "index.js",
"files": [],
"scripts": {
"test": "node test.js"
},