browserslist 2.1.3 → 2.1.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,6 +1,9 @@
1
1
  # Change Log
2
2
  This project adheres to [Semantic Versioning](http://semver.org/).
3
3
 
4
+ ## 2.1.4
5
+ * Use both ESR versions when they actual.
6
+
4
7
  ## 2.1.3
5
8
  * Add warning on first exclude query.
6
9
 
package/index.js CHANGED
@@ -622,7 +622,7 @@ browserslist.queries = {
622
622
  esr: {
623
623
  regexp: /^(firefox|ff|fx)\s+esr$/i,
624
624
  select: function () {
625
- return ['firefox 52'];
625
+ return ['firefox 52', 'firefox 45'];
626
626
  }
627
627
  },
628
628
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "browserslist",
3
- "version": "2.1.3",
3
+ "version": "2.1.4",
4
4
  "description": "Share browsers list between different front-end tools, like Autoprefixer, Stylelint and babel-env-preset",
5
5
  "keywords": [
6
6
  "caniuse",