Browse Source

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

master v3.0.0
AJ ONeal 5 years ago
parent
commit
9f93816aa4
  1. 3
      package.json

3
package.json

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

Loading…
Cancel
Save