We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 752f1a8 commit 841e406Copy full SHA for 841e406
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@grapoza/vue-tree",
3
- "version": "7.0.2",
+ "version": "7.0.3",
4
"description": "Tree components for Vue 3",
5
"author": "Gregg Rapoza <[email protected]>",
6
"license": "MIT",
@@ -28,7 +28,8 @@
28
"exports": {
29
".": {
30
"import": "./dist/grapoza-tree-lib.es.js",
31
- "require": "./dist/grapoza-tree-lib.umd.js"
+ "require": "./dist/grapoza-tree-lib.umd.js",
32
+ "types": "./dist/grapoza-tree-lib.d.ts"
33
},
34
"./css": "./dist/style.css"
35
0 commit comments