Skip to content

Commit cf49405

Browse files
committed
Update exports in package.json to export types correctly
1 parent 9622a4c commit cf49405

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

package.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@iplsplatoon/vue-components",
3-
"version": "3.3.2",
3+
"version": "3.3.3",
44
"description": "Vue components for internal Inkling Performance Labs utilities.",
55
"homepage": "https://github.com/IPLSplatoon/vue-components",
66
"repository": "https://github.com/IPLSplatoon/vue-components",
@@ -18,11 +18,13 @@
1818
".": {
1919
"browser": {
2020
"import": "./dist/index.mjs",
21-
"default": "./dist/index.umd.js"
21+
"default": "./dist/index.umd.js",
22+
"types": "./dist/index.d.ts"
2223
},
2324
"default": {
2425
"import": "./dist/index.mjs",
25-
"require": "./dist/index.umd.js"
26+
"require": "./dist/index.umd.js",
27+
"types": "./dist/index.d.ts"
2628
}
2729
},
2830
"./style.css": "./dist/style.css"

0 commit comments

Comments
 (0)