Skip to content

Commit 377cc15

Browse files
authored
Merge pull request #219 from grapoza/remove-ie11
Remove IE11
2 parents cc0f0e4 + 871a38f commit 377cc15

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": "3.0.4",
3+
"version": "4.0.0",
44
"description": "Yet another Vue treeview component.",
55
"author": "Gregg Rapoza <grapoza@gmail.com>",
66
"license": "MIT",
@@ -45,6 +45,7 @@
4545
"webpack": "5.37.0"
4646
},
4747
"browserslist": [
48-
"defaults"
48+
"defaults",
49+
"not IE 11"
4950
]
5051
}

0 commit comments

Comments
 (0)