fix: add main to package.json

This commit is contained in:
Derrick Hammer 2023-12-10 21:59:13 -05:00
parent 0dd0197c89
commit 6b17e32cca
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 0 deletions

View File

@ -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"