2
0
mirror of https://github.com/tenrok/maska.git synced 2026-05-30 15:24:06 +03:00

Merge pull request #62 from vnyx/master

browserlist was not using array
This commit is contained in:
Alexander Shabunevich
2022-02-03 13:35:59 +03:00
committed by GitHub
2 changed files with 5 additions and 1 deletions
+1
View File
@@ -1,2 +1,3 @@
node_modules/
package-lock.json
/.idea/
+4 -1
View File
@@ -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"