browserslist-config-oortcast
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -7,5 +7,6 @@ var supportedBrowsers = [ | ||
'last 3 ChromeAndroid versions', | ||
'not ie <= 12' | ||
'not ie <= 12', | ||
'not opera <= 55' | ||
]; | ||
module.exports = supportedBrowsers; |
{ | ||
"name": "browserslist-config-oortcast", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"main": "index.js", | ||
@@ -5,0 +5,0 @@ "repository": "https://github.com/oortcast/browserslist-config-oortcast", |
8270
14