@workleap/browserslist-config 1.2.3 → 2.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @workleap/browserslist-config
2
2
 
3
+ ## 2.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - [#98](https://github.com/gsoft-inc/wl-web-configs/pull/98) [`56ca32e`](https://github.com/gsoft-inc/wl-web-configs/commit/56ca32ee3194c51210aacc5189f3ebbec5a4a7b6) Thanks [@patricklafrance](https://github.com/patricklafrance)! - New start, every package has a major version bump
8
+
3
9
  ## 1.2.3
4
10
 
5
11
  ### Patch Changes
package/README.md CHANGED
@@ -1,47 +1,19 @@
1
1
  # @workleap/browserslist-config
2
2
 
3
- Shareable [browserslist](https://github.com/browserslist/browserslist) configuration for Workleap.
4
-
5
3
  [![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](../../LICENSE)
6
4
  [![npm version](https://img.shields.io/npm/v/@workleap/browserslist-config)](https://www.npmjs.com/package/@workleap/browserslist-config)
7
5
 
8
- ## Installation
9
-
10
- Install the package.
11
-
12
- **With pnpm**
13
-
14
- ```shell
15
- pnpm add -D @workleap/browserslist-config
16
- ```
17
-
18
- **With yarn**
19
-
20
- ```shell
21
- yarn add -D @workleap/browserslist-config
22
- ```
23
-
24
- **With npm**
25
-
26
- ```shell
27
- npm install -D @workleap/browserslist-config
28
- ```
29
-
30
- ## Supported Browsers
6
+ ## Usage
31
7
 
32
- You can list all supported browsers by following this link:
33
- https://browsersl.ist/#q=%3E+0.2%25%2C+last+2+versions%2C+Firefox+ESR%2C+not+dead
8
+ View the [user's documentation](https://gsoft-inc.github.io/wl-web-configs/).
34
9
 
35
- ## Usage
10
+ ## 🤝 Contributing
36
11
 
37
- Create a `.browserslistrc` file at the root of your project with the following content:
38
- ```
39
- extends @workleap/browserslist-config
40
- ```
12
+ View the [contributor's documentation](../../CONTRIBUTING.md).
41
13
 
42
- ## Maintainers notes
14
+ ### Notes
43
15
 
44
- ### CJS support
16
+ #### CJS support
45
17
 
46
18
  To support CJS projects, this package is build for ESM and CJS formats. To support CJS, `type: "module"` has been temporary removed from the `package.json` file.
47
19
 
@@ -49,4 +21,4 @@ Once browserslist and all third parties using browserslist supports ESM, CJS sup
49
21
 
50
22
  ## License
51
23
 
52
- Copyright © 2023, GSoft inc. This code is licensed under the Apache License, Version 2.0. You may obtain a copy of this license at https://github.com/gsoft-inc/gsoft-license/blob/master/LICENSE.
24
+ Copyright © 2023, Workleap. This code is licensed under the Apache License, Version 2.0. You may obtain a copy of this license at https://github.com/gsoft-inc/workleap-license/blob/master/LICENSE.
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@workleap/browserslist-config",
3
3
  "author": "Workleap",
4
- "description": "Workleap recommended Browserslist config.",
5
- "version": "1.2.3",
4
+ "description": "Workleap recommended Browserslist configuration.",
5
+ "version": "2.0.0",
6
6
  "license": "Apache-2.0",
7
7
  "keywords": [
8
8
  "workleap",
@@ -28,9 +28,9 @@
28
28
  ],
29
29
  "devDependencies": {
30
30
  "tsup": "6.7.0",
31
- "@workleap/eslint-plugin": "1.8.3",
32
- "@workleap/tsup-configs": "2.0.1",
33
- "@workleap/typescript-configs": "2.3.3"
31
+ "@workleap/eslint-plugin": "2.0.0",
32
+ "@workleap/tsup-configs": "3.0.0",
33
+ "@workleap/typescript-configs": "3.0.0"
34
34
  },
35
35
  "publishConfig": {
36
36
  "access": "public",