use whitelist instead of ignore

This commit is contained in:
AJ ONeal 2018-06-29 03:27:43 -06:00
parent 0592f6c151
commit 9e06859f62
2 ha cambiato i file con 4 aggiunte e 3 eliminazioni

Vedi File

@ -1,2 +0,0 @@
logo
tests

Vedi File

@ -1,8 +1,11 @@
{ {
"name": "greenlock", "name": "greenlock",
"version": "2.3.1", "version": "2.3.2",
"description": "Let's Encrypt for node.js on npm", "description": "Let's Encrypt for node.js on npm",
"main": "index.js", "main": "index.js",
"files": [
"lib"
],
"scripts": { "scripts": {
"test": "echo \"Error: no test specified\" && exit 1" "test": "echo \"Error: no test specified\" && exit 1"
}, },