use whitelist instead of ignore

This commit is contained in:
AJ ONeal 2018-06-29 03:27:43 -06:00
부모 0592f6c151
커밋 9e06859f62
2개의 변경된 파일4개의 추가작업 그리고 3개의 파일을 삭제

파일 보기

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

파일 보기

@ -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"
},