Skip to content

Commit 2bf4b51

Browse files
authored
Merge pull request #233 from grapoza/fix-packpage-main-4-0-2
Fix package.json main export path
2 parents a65d937 + 4e14028 commit 2bf4b51

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "@grapoza/vue-tree",
3-
"version": "4.0.1",
3+
"version": "4.0.2",
44
"description": "Yet another Vue treeview component.",
55
"author": "Gregg Rapoza <[email protected]>",
66
"license": "MIT",
7-
"main": "dist/vue-tree.umd.min.js",
7+
"main": "vue-tree.umd.min.js",
88
"browser": "index.js",
99
"repository": {
1010
"url": "https://github.com/grapoza/vue-tree",

0 commit comments

Comments
 (0)