fix: remove private from package.json

This commit is contained in:
Derrick Hammer 2023-10-09 13:31:11 -04:00
parent 0927bc566d
commit 2ef8e09346
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 0 additions and 1 deletions

View File

@ -1,6 +1,5 @@
{
"name": "@lumeweb/sdk",
"private": true,
"version": "0.1.0-develop.2",
"type": "module",
"main": "src/index.ts",