Compare commits

...

1 Commits

Author SHA1 Message Date
AJ ONeal 9f93816aa4 safely restrict npm "files" to [ "lib" ] 2019-07-11 22:31:56 -06:00
1 changed files with 3 additions and 0 deletions

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