Skip to content

Commit fe6f56c

Browse files
committed
build: add exports entry
1 parent daf68ad commit fe6f56c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99
"main": "lib/index.js",
1010
"module": "lib/index.js",
1111
"types": "lib/index.d.ts",
12+
"exports": {
13+
"./": "lib/"
14+
},
1215
"scripts": {
1316
"storybook": "start-storybook -p 9001 -c .storybook",
1417
"build-storybook": "build-storybook -c .storybook",

0 commit comments

Comments
 (0)