@anansi/browserslist-config
Advanced tools
Comparing version 1.0.1 to 1.1.0
@@ -6,2 +6,11 @@ # Change Log | ||
## [1.1.0](https://github.com/ntucker/anansi/compare/@anansi/browserslist-config@1.0.1...@anansi/browserslist-config@1.1.0) (2021-01-23) | ||
### 🚀 Features | ||
* Add 'modern' browserslist config ([a587f20](https://github.com/ntucker/anansi/commit/a587f207286d4d90a6abf630f62e2c1337f391c6)) | ||
### [1.0.1](https://github.com/ntucker/anansi/compare/@anansi/browserslist-config@1.0.0...@anansi/browserslist-config@1.0.1) (2020-07-01) | ||
@@ -8,0 +17,0 @@ |
@@ -17,4 +17,11 @@ module.exports = { | ||
], | ||
modern: [ | ||
'last 2 Firefox versions', | ||
'Firefox ESR', | ||
'last 2 Chrome versions', | ||
'last 1 Safari versions', | ||
'last 1 Edge versions', | ||
], | ||
development: ['last 1 Chrome versions', 'last 1 Firefox versions'], | ||
test: ['current node'], | ||
}; |
{ | ||
"name": "@anansi/browserslist-config", | ||
"version": "1.0.1", | ||
"version": "1.1.0", | ||
"description": "Support modern browsers", | ||
@@ -21,3 +21,3 @@ "main": "index.js", | ||
}, | ||
"gitHead": "820235e4aa2fadd4b33c956c4f3c104ec6e9aab0" | ||
"gitHead": "b907eda35ba892c2b1351b5c4fb66f0328700502" | ||
} |
5189
26