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

这个提交包含在:
AJ ONeal 2019-07-11 22:31:52 -06:00
父节点 d80562fbf7
当前提交 9f93816aa4
共有 1 个文件被更改,包括 3 次插入0 次删除

查看文件

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