browserslist
Advanced tools
Comparing version 2.1.3 to 2.1.4
# Change Log | ||
This project adheres to [Semantic Versioning](http://semver.org/). | ||
## 2.1.4 | ||
* Use both ESR versions when they actual. | ||
## 2.1.3 | ||
@@ -5,0 +8,0 @@ * Add warning on first exclude query. |
@@ -625,3 +625,3 @@ var path = require('path'); | ||
select: function () { | ||
return ['firefox 52']; | ||
return ['firefox 52', 'firefox 45']; | ||
} | ||
@@ -628,0 +628,0 @@ }, |
{ | ||
"name": "browserslist", | ||
"version": "2.1.3", | ||
"version": "2.1.4", | ||
"description": "Share browsers list between different front-end tools, like Autoprefixer, Stylelint and babel-env-preset", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
40263