fix: package.json missing main and files properties
This commit is contained in:
parent
38bab61b68
commit
e30ed58fd6
|
@ -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/**"
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue