Skip to content

Commit 543121b

Browse files
committed
fix: fix types exports
1 parent 29bfe1b commit 543121b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
"exports": {
77
".": {
88
"import": "./build/index.js",
9-
"types": "./types/index.d.ts",
9+
"types": "./types/src/index.d.ts",
1010
"require": "./build/index.js"
1111
},
1212
"./styled-components": {
1313
"import": "./build/utils/styled.js",
14-
"types": "./types/utils/styled.d.ts"
14+
"types": "./types/src/utils/styled.d.ts"
1515
}
1616
},
1717
"repository": "git@github.com:SoftwareBrothers/adminjs-design-system.git",

0 commit comments

Comments
 (0)