Skip to content

Commit cde2c36

Browse files
committed
fix: fixed exports
1 parent 18cd6f5 commit cde2c36

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

.changeset/violet-cows-fail.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@labdigital/bluestonepim-sdk": patch
3+
---
4+
5+
Fixed exports in package.json

package.json

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,6 @@
1818
"main": "./dist/index.cjs",
1919
"module": "./dist/index.js",
2020
"types": "./dist/index.d.ts",
21-
"exports": {
22-
".": {
23-
"import": "./dist/index.js",
24-
"require": "./dist/index.cjs",
25-
"types": "./dist/index.d.ts"
26-
}
27-
},
2821
"scripts": {
2922
"build": "tsup",
3023
"check": "pnpm lint",

0 commit comments

Comments
 (0)