@theholocron/browserslist-config 4.2.2 → 5.0.0

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.
@@ -1,9 +1,5 @@
1
1
  [
2
- "> 0.3%",
3
- "last 2 chrome versions",
4
- "last 2 edge versions",
5
- "last 2 firefox versions",
6
- "last 2 safari versions",
7
- "not op_mini all",
8
- "not dead"
2
+ "defaults",
3
+ "not IE 11",
4
+ "not op_mini all"
9
5
  ]
package/index.js CHANGED
@@ -1,2 +1 @@
1
- /* eslint-disable @typescript-eslint/no-require-imports */
2
1
  module.exports = require("./browserslistrc.json");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@theholocron/browserslist-config",
3
- "version": "4.2.2",
3
+ "version": "5.0.0",
4
4
  "description": "A Browserslist configuration for all browsers and devices supported in the Galaxy.",
5
5
  "homepage": "https://github.com/theholocron/configs/tree/main/packages/browserslist-config#readme",
6
6
  "bugs": "https://github.com/theholocron/configs/issues",