browserslist
Advanced tools
Comparing version 1.7.5 to 1.7.6
@@ -0,1 +1,7 @@ | ||
# Change Log | ||
This project adheres to [Semantic Versioning](http://semver.org/). | ||
## 1.7.6 | ||
* Fix Android Chrome selection. | ||
## 1.7.5 | ||
@@ -2,0 +8,0 @@ * Fix combining `not` query with country based statistics. |
@@ -253,4 +253,6 @@ var path = require('path'); | ||
return version; | ||
} else { | ||
} else if ( browserslist.versionAliases[data.name][version] ) { | ||
return browserslist.versionAliases[data.name][version]; | ||
} else if ( data.versions.length === 1 ) { | ||
return data.versions[0]; | ||
} | ||
@@ -257,0 +259,0 @@ }; |
{ | ||
"name": "browserslist", | ||
"version": "1.7.5", | ||
"version": "1.7.6", | ||
"description": "Share browsers list between different front-end tools, like Autoprefixer, Stylelint and babel-env-preset", | ||
@@ -13,10 +13,10 @@ "keywords": [ | ||
"dependencies": { | ||
"caniuse-db": "^1.0.30000624", | ||
"electron-to-chromium": "^1.2.3" | ||
"caniuse-db": "^1.0.30000631", | ||
"electron-to-chromium": "^1.2.5" | ||
}, | ||
"bin": "./cli.js", | ||
"devDependencies": { | ||
"eslint": "^3.16.0", | ||
"eslint": "^3.16.1", | ||
"eslint-config-postcss": "^2.0.2", | ||
"jest": "^19.0.1", | ||
"jest": "^19.0.2", | ||
"lint-staged": "^3.3.1", | ||
@@ -23,0 +23,0 @@ "pre-commit": "^1.1.3", |
@@ -65,3 +65,3 @@ # Browserslist | ||
We recommends to write queries in `browserslist` config or `package.json`. | ||
We recommend to write queries in `browserslist` config or `package.json`. | ||
@@ -68,0 +68,0 @@ You can specify the versions by queries (case insensitive): |
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
36472
644
Updatedcaniuse-db@^1.0.30000631
Updatedelectron-to-chromium@^1.2.5