fix(ci): add missing main and files
This commit is contained in:
parent
d45072a38f
commit
4f258fc19b
|
@ -2,6 +2,7 @@
|
||||||
"name": "@lumeweb/kernel-lavanet-client",
|
"name": "@lumeweb/kernel-lavanet-client",
|
||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
|
"main": "lib/index.js",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "gitea@git.lumeweb.com:LumeWeb/kernel-lavanet-client.git"
|
"url": "gitea@git.lumeweb.com:LumeWeb/kernel-lavanet-client.git"
|
||||||
|
@ -22,5 +23,8 @@
|
||||||
},
|
},
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public"
|
"access": "public"
|
||||||
}
|
},
|
||||||
|
"files": [
|
||||||
|
"lib"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue