add 'files' to package.json
This commit is contained in:
parent
3a0af2c2e7
commit
5db2a0b106
|
@ -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"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue