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

Este commit está contenido en:
AJ ONeal 2019-07-11 22:31:52 -06:00
padre d80562fbf7
commit 9f93816aa4
Se han modificado 1 ficheros con 3 adiciones y 0 borrados

Ver fichero

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