chore: Update for the types and main

This commit is contained in:
BluJ
2023-03-01 14:51:44 -07:00
parent 47f075b1c1
commit 63dcaa2215

View File

@@ -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/**/*"
],