mirror of
https://github.com/tenrok/maska.git
synced 2026-06-20 20:00:34 +03:00
Merge pull request #62 from vnyx/master
browserlist was not using array
This commit is contained in:
@@ -1,2 +1,3 @@
|
|||||||
node_modules/
|
node_modules/
|
||||||
package-lock.json
|
package-lock.json
|
||||||
|
/.idea/
|
||||||
|
|||||||
+4
-1
@@ -38,7 +38,10 @@
|
|||||||
"standard": "^16.0.3",
|
"standard": "^16.0.3",
|
||||||
"typescript": "^4.1.2"
|
"typescript": "^4.1.2"
|
||||||
},
|
},
|
||||||
"browserslist": "> 0.25%, ie 11",
|
"browserslist": [
|
||||||
|
"> 0.25%",
|
||||||
|
"ie 11"
|
||||||
|
],
|
||||||
"babel": {
|
"babel": {
|
||||||
"presets": [
|
"presets": [
|
||||||
"@babel/preset-env"
|
"@babel/preset-env"
|
||||||
|
|||||||
Reference in New Issue
Block a user