fix: add files to package.json

This commit is contained in:
Derrick Hammer 2023-06-30 02:04:13 -04:00
parent 9f090fb1a9
commit 486314de6b
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 6 additions and 1 deletions

View File

@ -51,5 +51,10 @@
}, },
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"
} },
"files": [
"lib",
"templates",
"configs"
]
} }