safely restrict npm "files" to [ "lib" ]

This commit is contained in:
AJ ONeal 2019-07-11 22:31:52 -06:00
부모 d80562fbf7
커밋 9f93816aa4
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제

파일 보기

@ -3,6 +3,9 @@
"version": "3.0.0",
"description": "Gandi + Let's Encrypt for Node.js - ACME dns-01 challenges w/ ACME.js and Greenlock.js",
"main": "index.js",
"files": [
"lib"
],
"scripts": {
"test": "node test.js"
},