browserslist-config-anolilab 4.0.0 → 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 +16 -0
- package/README.md +8 -1
- package/package.json +3 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,19 @@
|
|
|
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
|
+
|
|
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)
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Dependencies
|
|
14
|
+
|
|
15
|
+
* **@anolilab/semantic-release-preset:** upgraded to 3.0.0
|
|
16
|
+
|
|
1
17
|
## browserslist-config-anolilab [4.0.0](https://github.com/anolilab/javascript-style-guide/compare/browserslist-config-anolilab@3.2.1...browserslist-config-anolilab@4.0.0) (2023-06-09)
|
|
2
18
|
|
|
3
19
|
|
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
|
-
|
|
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.
|
|
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
|
-
"
|
|
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",
|