safely restrict npm "files" to [ "lib" ]
This commit is contained in:
parent
d80562fbf7
commit
9f93816aa4
|
@ -3,6 +3,9 @@
|
||||||
"version": "3.0.0",
|
"version": "3.0.0",
|
||||||
"description": "Gandi + Let's Encrypt for Node.js - ACME dns-01 challenges w/ ACME.js and Greenlock.js",
|
"description": "Gandi + Let's Encrypt for Node.js - ACME dns-01 challenges w/ ACME.js and Greenlock.js",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
|
"files": [
|
||||||
|
"lib"
|
||||||
|
],
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "node test.js"
|
"test": "node test.js"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue