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

This commit is contained in:
AJ ONeal 2019-07-11 22:31:52 -06:00
parent d80562fbf7
commit 9f93816aa4
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni

Vedi File

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