browserslist 4.6.5 → 4.6.6

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
+ ## 4.6.6
5
+ * Remove Safari from `dead` query.
6
+
4
7
  ## 4.6.5
5
8
  * Add Samsung 4 browser to `dead` query.
6
9
  * Remove dirty fix for `android all` error.
package/index.js CHANGED
@@ -964,8 +964,6 @@ var QUERIES = [
964
964
  'ie <= 10', 'ie_mob <= 10',
965
965
  'bb <= 10',
966
966
  'op_mob <= 12.1',
967
- 'safari <= 11',
968
- 'ios_saf <= 11',
969
967
  'samsung 4'
970
968
  ]
971
969
  return resolve(dead, context)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "browserslist",
3
- "version": "4.6.5",
3
+ "version": "4.6.6",
4
4
  "description": "Share target browsers between different front-end tools, like Autoprefixer, Stylelint and babel-env-preset",
5
5
  "keywords": [
6
6
  "caniuse",