browserslist-config-anolilab 4.0.1 → 4.0.2

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,3 +1,11 @@
1
+ ## browserslist-config-anolilab [4.0.2](https://github.com/anolilab/javascript-style-guide/compare/browserslist-config-anolilab@4.0.1...browserslist-config-anolilab@4.0.2) (2023-06-11)
2
+
3
+
4
+
5
+ ### Dependencies
6
+
7
+ * **@anolilab/semantic-release-preset:** upgraded to 3.1.0
8
+
1
9
  ## browserslist-config-anolilab [4.0.1](https://github.com/anolilab/javascript-style-guide/compare/browserslist-config-anolilab@4.0.0...browserslist-config-anolilab@4.0.1) (2023-06-10)
2
10
 
3
11
 
package/README.md CHANGED
@@ -58,7 +58,14 @@ This configuration reflects Growcss’s supported browser policy for their UI li
58
58
  Install the module
59
59
 
60
60
  ```shell
61
- $ npm install browserslist-config-anolilab --save-dev
61
+ npm install browserslist-config-anolilab --save-dev
62
+ ```
63
+ ```sh
64
+ yarn add -D browserslist-config-anolilab
65
+ ```
66
+
67
+ ```sh
68
+ pnpm add -D browserslist-config-anolilab
62
69
  ```
63
70
 
64
71
  ## Usage
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "browserslist-config-anolilab",
3
- "version": "4.0.1",
3
+ "version": "4.0.2",
4
4
  "description": "Shareable browserlist config for Anolilab projects.",
5
5
  "keywords": [
6
6
  "browserslist",
@@ -57,7 +57,8 @@
57
57
  "clean": "rimraf node_modules dist"
58
58
  },
59
59
  "devDependencies": {
60
- "@anolilab/semantic-release-preset": "3.0.0",
60
+ "semantic-release": "^21.0.4",
61
+ "@anolilab/semantic-release-preset": "3.1.0",
61
62
  "browserslist": "4.21.7",
62
63
  "caniuse-lite": "^1.0.30001497",
63
64
  "cross-env": "^7.0.3",