1
0

add 'files' to package.json

Este cometimento está contido em:
AJ ONeal 2019-11-04 21:29:57 -07:00
ascendente 3a0af2c2e7
cometimento 5db2a0b106

Ver ficheiro

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