fix: package.json missing main and files properties
This commit is contained in:
parent
38bab61b68
commit
e30ed58fd6
|
@ -1,6 +1,8 @@
|
||||||
{
|
{
|
||||||
"name": "@lumeweb/libweb",
|
"name": "@lumeweb/libweb",
|
||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
|
"main": "lib/index.js",
|
||||||
|
"type": "module",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "gitea@git.lumeweb.com:LumeWeb/libweb.git"
|
"url": "gitea@git.lumeweb.com:LumeWeb/libweb.git"
|
||||||
|
@ -26,5 +28,8 @@
|
||||||
},
|
},
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public"
|
"access": "public"
|
||||||
}
|
},
|
||||||
|
"files": [
|
||||||
|
"lib/**"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue