add 'files' to package.json

This commit is contained in:
AJ ONeal 2019-11-04 21:29:57 -07:00
parent 3a0af2c2e7
commit 5db2a0b106
1 changed files with 4 additions and 0 deletions

View File

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