Skip to content

Commit 8bf696d

Browse files
authored
Fix @cobalt-ui/core main package import (#43)
1 parent 7d13894 commit 8bf696d

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.changeset/ninety-pillows-hang.md

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
'@cobalt-ui/core': patch
3+
'@cobalt-ui/cli': patch
4+
---
5+
6+
Fix @cobalt-ui/core package import

packages/core/package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@
2525
"homepage": "https://cobalt-ui.pages.dev",
2626
"license": "MIT",
2727
"type": "module",
28-
"main": "./dist/index.min.js",
29-
"module": "./dist/index.js",
28+
"main": "./dist/index.js",
3029
"scripts": {
3130
"build": "tsc && npm run bundle",
3231
"bundle": "esbuild --format=esm --bundle --minify dist/index.js --outfile=dist/index.min.js --sourcemap && cp dist/index.d.ts dist/index.min.d.ts",

0 commit comments

Comments
 (0)