Skip to content

Commit 8419e85

Browse files
author
Franck Freiburger
committed
wip(build): update browserslist to support 90% browser global audience coverage
see https://browsersl.ist/#q=%3E+1%25%2C+last+8+versions%2C+Firefox+ESR+and+not+dead
1 parent 95c1d0a commit 8419e85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
},
2121
"license": "MIT",
2222
"version": "0.9.0",
23-
"browserslist": "> 1%, last 2 versions, Firefox ESR, not dead",
23+
"browserslist": "> 1%, last 8 versions, Firefox ESR and not dead",
2424
"main": "./dist/vue3-sfc-loader.js",
2525
"module": "./dist/vue3-sfc-loader.esm.js",
2626
"types": "./dist/types/vue3-esm/index.d.ts",

0 commit comments

Comments
 (0)