mirror of
https://github.com/Start9Labs/start-sdk.git
synced 2026-03-26 10:21:55 +00:00
chore: Update for the types and main
This commit is contained in:
@@ -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/**/*"
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user