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 ab32aeb commit c556087Copy full SHA for c556087
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@tlylt/vue-tree",
3
- "version": "0.0.2",
+ "version": "0.0.3",
4
"type": "module",
5
"scripts": {
6
"dev": "vite",
@@ -16,7 +16,6 @@
16
"peerDependencies": {
17
"vue": "^3.0.0"
18
},
19
- "module": "dist/vue-tree.es.js",
20
"devDependencies": {
21
"@types/lodash": "^4.17.16",
22
"@types/node": "^22.13.10",
@@ -45,6 +44,10 @@
45
44
"vue3"
46
],
47
"exports": {
+ ".": {
48
+ "import": "./dist/vue-tree.es.js",
49
+ "require": "./dist/vue-tree.umd.js"
50
+ },
51
"./style.css": "./dist/vue-tree.css"
52
}
53
0 commit comments