fix: package.json missing main and files properties

This commit is contained in:
Derrick Hammer 2023-06-21 01:14:56 -04:00
parent 38bab61b68
commit e30ed58fd6
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 6 additions and 1 deletions

View File

@ -1,6 +1,8 @@
{
"name": "@lumeweb/libweb",
"version": "0.1.0",
"main": "lib/index.js",
"type": "module",
"repository": {
"type": "git",
"url": "gitea@git.lumeweb.com:LumeWeb/libweb.git"
@ -26,5 +28,8 @@
},
"publishConfig": {
"access": "public"
}
},
"files": [
"lib/**"
]
}