Skip to content

Commit b7fccf3

Browse files
committed
Updated package to include types
1 parent 468f4d7 commit b7fccf3

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
@@ -24,6 +24,7 @@
2424
"module": "./dist/vue-tri-state-checkbox.js",
2525
"exports": {
2626
".": {
27+
"types": "./dist/index.d.ts",
2728
"import": "./dist/vue-tri-state-checkbox.js",
2829
"require": "./dist/vue-tri-state-checkbox.umd.cjs"
2930
},
@@ -32,7 +33,6 @@
3233
"require": "./dist/style.css"
3334
}
3435
},
35-
"types": "./dist/index.d.ts",
3636
"scripts": {
3737
"dev": "vite",
3838
"build": "vue-tsc && vite build",

0 commit comments

Comments
 (0)