Skip to content

Commit 841e406

Browse files
chuancheng.hua@razer.comgrapoza
authored andcommitted
fix: package.json exports default types
1 parent 752f1a8 commit 841e406

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@grapoza/vue-tree",
3-
"version": "7.0.2",
3+
"version": "7.0.3",
44
"description": "Tree components for Vue 3",
55
"author": "Gregg Rapoza <[email protected]>",
66
"license": "MIT",
@@ -28,7 +28,8 @@
2828
"exports": {
2929
".": {
3030
"import": "./dist/grapoza-tree-lib.es.js",
31-
"require": "./dist/grapoza-tree-lib.umd.js"
31+
"require": "./dist/grapoza-tree-lib.umd.js",
32+
"types": "./dist/grapoza-tree-lib.d.ts"
3233
},
3334
"./css": "./dist/style.css"
3435
},

0 commit comments

Comments
 (0)