Merge branch 'master' into two

This commit is contained in:
Felix 2020-05-26 20:36:21 -05:00
commit 45dcac5f93
39 changed files with 5587 additions and 162 deletions

View file

@ -51,7 +51,26 @@
"posthtml-include": "^1.2.0",
"vue": "^2.6.10"
},
"browserslist": [
"defaults AND not android 4.4.3"
"browserslist": {
"legacy": [
"defaults AND not android 4.4.3"
],
"modern": [
"Edge > 16",
"Firefox > 31",
"Chrome > 49",
"Safari > 9.1",
"Opera > 36",
"ios_saf > 9.3",
"Android > 76",
"OperaMobile > 46",
"ChromeAndroid > 76",
"FirefoxAndroid > 68",
"UCAndroid > 12.12",
"Samsung > 5"
]
},
"files": [
"dist"
]
}