fix: add missing type and main

This commit is contained in:
Derrick Hammer 2023-06-25 04:04:53 -04:00
parent e1c5d34677
commit 9f0cdc22b6
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,8 @@
{
"name": "@lumeweb/node-library-preset",
"version": "0.1.0",
"type": "module",
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "gitea@git.lumeweb.com:LumeWeb/node-library-preset.git"