fix: add main to package.json
This commit is contained in:
parent
0dd0197c89
commit
6b17e32cca
|
@ -3,6 +3,7 @@
|
||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"module": "lib/index.js",
|
"module": "lib/index.js",
|
||||||
|
"main": "lib/index.js",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "gitea@git.lumeweb.com:LumeWeb/s5-js.git"
|
"url": "gitea@git.lumeweb.com:LumeWeb/s5-js.git"
|
||||||
|
|
Loading…
Reference in New Issue