From 63dcaa22154990096352162b1f2d8903fb936dd6 Mon Sep 17 00:00:00 2001 From: BluJ Date: Wed, 1 Mar 2023 14:51:44 -0700 Subject: [PATCH] chore: Update for the types and main --- package.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 23611c8..b684b72 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,10 @@ { "name": "start-sdk", - "version": "0.4.0-lib0.alpha0", + "version": "0.4.0-lib0.alpha1", "description": "For making the patterns that are wanted in making services for the startOS.", - "main": "./dist/startSdk.umd.cjs", - "module": "./dist/startSdk.mjs", + "main": "./dist/index.cjs", + "types": "./dist/index.d.ts", + "module": "./dist/index.mjs", "files": [ "dist/**/*" ],