Merge pull request #651 from SVG-Edit/browserlist-to-default

Browserlist to default
master
JFH 2021-09-25 22:36:48 +02:00 committed by GitHub
commit d53342941d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 13 deletions

View File

@ -3,8 +3,8 @@
[ [
"@babel/env", "@babel/env",
{ {
"useBuiltIns": "usage", "useBuiltIns": "entry",
"corejs": "3.6.5" "corejs": "3.18"
} }
] ]
] ]

View File

@ -63,17 +63,9 @@
}, },
"homepage": "https://github.com/SVG-Edit/svgedit#readme", "homepage": "https://github.com/SVG-Edit/svgedit#readme",
"browserslist": [ "browserslist": [
">0%", "defaults",
"not Opera < 59", "not IE 11",
"not IE < 12", "not OperaMini all"
"not Chrome < 75",
"not FireFox < 68",
"not Safari < 11",
"not ios_saf < 10",
"not android < 5",
"not op_mini all",
"not Edge < 18",
"not dead"
], ],
"dependencies": { "dependencies": {
"@babel/polyfill": "7.12.1", "@babel/polyfill": "7.12.1",