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",
{
"useBuiltIns": "usage",
"corejs": "3.6.5"
"useBuiltIns": "entry",
"corejs": "3.18"
}
]
]

View File

@ -63,17 +63,9 @@
},
"homepage": "https://github.com/SVG-Edit/svgedit#readme",
"browserslist": [
">0%",
"not Opera < 59",
"not IE < 12",
"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"
"defaults",
"not IE 11",
"not OperaMini all"
],
"dependencies": {
"@babel/polyfill": "7.12.1",