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 changed files with 4 additions and 3 deletions

View File

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

View File

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