mirror of
https://github.com/tenrok/maska.git
synced 2026-06-05 16:42:28 +03:00
browserlist was not using array
This commit is contained in:
+4
-1
@@ -38,7 +38,10 @@
|
||||
"standard": "^16.0.3",
|
||||
"typescript": "^4.1.2"
|
||||
},
|
||||
"browserslist": "> 0.25%, ie 11",
|
||||
"browserslist": [
|
||||
"> 0.25%",
|
||||
"ie 11"
|
||||
],
|
||||
"babel": {
|
||||
"presets": [
|
||||
"@babel/preset-env"
|
||||
|
||||
Reference in New Issue
Block a user