fix: use switch to module in package.json

This commit is contained in:
Derrick Hammer 2023-09-02 22:56:23 -04:00
parent c47df51a5f
commit b6722cf98d
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 2 deletions

View File

@ -2,8 +2,7 @@
"name": "@lumeweb/libportal",
"version": "0.2.0-develop.20",
"main": "lib/index.js",
"module": "lib/index.mjs",
"types": "lib/index.d.ts",
"type": "module",
"repository": {
"type": "git",
"url": "gitea@git.lumeweb.com:LumeWeb/libportal.git"