2
0
mirror of https://git.coolaj86.com/coolaj86/acme-dns-01-gandi.js.git synced 2025-04-19 21:50:39 +00:00

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

This commit is contained in:
AJ ONeal 2019-07-11 22:31:52 -06:00
parent d80562fbf7
commit 9f93816aa4

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