2
0
mirror of https://git.coolaj86.com/coolaj86/greenlock-manager.js.git synced 2025-04-20 14:30:40 +00:00

add 'files' to package.json

This commit is contained in:
AJ ONeal 2019-11-04 21:29:57 -07:00
parent 3a0af2c2e7
commit 5db2a0b106

View File

@ -3,6 +3,10 @@
"version": "3.0.0", "version": "3.0.0",
"description": "FileSytem-based Manager with optional encrypted Cloud backup for Greenlock SSL", "description": "FileSytem-based Manager with optional encrypted Cloud backup for Greenlock SSL",
"main": "manager.js", "main": "manager.js",
"files": [
"*.js",
"lib"
],
"scripts": { "scripts": {
"test": "node tests" "test": "node tests"
}, },