Skip to content

Commit 60d0dad

Browse files
committed
🐛 fix types export in package.json
#199
1 parent 80b7dfa commit 60d0dad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
},
2020
"exports": {
2121
".": {
22-
"types": "./types/index.d.ts",
22+
"types": "./index.d.ts",
2323
"import": "./muc-patternlab-vue.es.js"
2424
},
2525
"./style.css": "./style.css",

0 commit comments

Comments
 (0)