fix(ci): add missing main and files

This commit is contained in:
Derrick Hammer 2023-08-21 03:40:15 -04:00
parent d45072a38f
commit 4f258fc19b
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 5 additions and 1 deletions

View File

@ -2,6 +2,7 @@
"name": "@lumeweb/kernel-lavanet-client",
"version": "0.1.0",
"type": "module",
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "gitea@git.lumeweb.com:LumeWeb/kernel-lavanet-client.git"
@ -22,5 +23,8 @@
},
"publishConfig": {
"access": "public"
}
},
"files": [
"lib"
]
}