@ivuorinen/browserslist-config 0.2.4 → 0.2.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/README.md +2 -25
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -7,8 +7,6 @@
|
|
|
7
7
|
## Table of Contents <!-- omit in toc -->
|
|
8
8
|
|
|
9
9
|
- [Supported Browsers](#supported-browsers)
|
|
10
|
-
- [Desktop Browsers](#desktop-browsers)
|
|
11
|
-
- [Mobile Browsers](#mobile-browsers)
|
|
12
10
|
- [Installation](#installation)
|
|
13
11
|
- [Documentations](#documentations)
|
|
14
12
|
- [Contributing](#contributing)
|
|
@@ -17,19 +15,9 @@
|
|
|
17
15
|
|
|
18
16
|
## Supported Browsers
|
|
19
17
|
|
|
20
|
-
|
|
18
|
+
> 'defaults and fully supports es6-module', 'maintained node versions'
|
|
21
19
|
|
|
22
|
-
|
|
23
|
-
| :---------------------------------------------: | :-----------------------------------------: | :-----------------------------------------------: | :-------------------------------------------: | :---------------------------------------------: |
|
|
24
|
-
| Chrome | Edge | Firefox | Opera | Safari |
|
|
25
|
-
| >= 60 | last 2 | >= 60 | last 2 | >= 12 |
|
|
26
|
-
|
|
27
|
-
### Mobile Browsers
|
|
28
|
-
|
|
29
|
-
| [![Android WebView][android-webview-image]][browsers-badges-link] | [![Chrome][chrome-image]][browsers-badges-link] | [![Firefox][firefox-image]][browsers-badges-link] | [![Opera Mini][opera-mini-image]][browsers-badges-link] | [![Safari iOS][safari-ios-image]][browsers-badges-link] | [![Samsung Internet][samsung-internet-image]][browsers-badges-link] | [![UC][uc-image]][browsers-badges-link] |
|
|
30
|
-
| :---------------------------------------------------------------: | :---------------------------------------------: | :-----------------------------------------------: | :-----------------------------------------------------: | :-----------------------------------------------------: | :-----------------------------------------------------------------: | :-------------------------------------: |
|
|
31
|
-
| Android WebView | Chrome | Firefox | Opera Mini | Safari iOS | Samsung Internet | UC |
|
|
32
|
-
| last 2 | last 2 | last 2 | last 2 | >= 12 | last 2 | last 2 |
|
|
20
|
+
See the up to date list of supported browsers in the [Browserslist docs](https://browsersl.ist/#q=%22browserslist%22%3A+%5B%0A++%22defaults+and+fully+supports+es6-module%22%2C%0A++%22maintained+node+versions%22%0A%5D).
|
|
33
21
|
|
|
34
22
|
## Installation
|
|
35
23
|
|
|
@@ -77,14 +65,3 @@ Distributed under the MIT License. See [LICENSE][license-link] for more informat
|
|
|
77
65
|
[pull-request-link]: https://github.com/ivuorinen/base-configs/pulls
|
|
78
66
|
[style-badge]: https://img.shields.io/badge/code_style-ivuorinen%E2%80%99s-663399.svg?labelColor=292a44&style=flat-square
|
|
79
67
|
[style-link]: https://github.com/ivuorinen/base-configs
|
|
80
|
-
[browsers-badges-link]: https://github.com/alrra/browser-logos
|
|
81
|
-
[android-webview-image]: https://raw.githubusercontent.com/alrra/browser-logos/main/src/android-webview/android-webview_48x48.png
|
|
82
|
-
[chrome-image]: https://raw.githubusercontent.com/alrra/browser-logos/main/src/chrome/chrome_48x48.png
|
|
83
|
-
[edge-image]: https://raw.githubusercontent.com/alrra/browser-logos/main/src/edge/edge_48x48.png
|
|
84
|
-
[firefox-image]: https://raw.githubusercontent.com/alrra/browser-logos/main/src/firefox/firefox_48x48.png
|
|
85
|
-
[opera-image]: https://raw.githubusercontent.com/alrra/browser-logos/main/src/opera/opera_48x48.png
|
|
86
|
-
[opera-mini-image]: https://raw.githubusercontent.com/alrra/browser-logos/main/src/opera-mini/opera-mini_48x48.png
|
|
87
|
-
[safari-image]: https://raw.githubusercontent.com/alrra/browser-logos/main/src/safari/safari_48x48.png
|
|
88
|
-
[safari-ios-image]: https://raw.githubusercontent.com/alrra/browser-logos/main/src/safari-ios/safari-ios_48x48.png
|
|
89
|
-
[samsung-internet-image]: https://raw.githubusercontent.com/alrra/browser-logos/main/src/samsung-internet/samsung-internet_48x48.png
|
|
90
|
-
[uc-image]: https://raw.githubusercontent.com/alrra/browser-logos/main/src/uc/uc_48x48.png
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ivuorinen/browserslist-config",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.6",
|
|
4
4
|
"description": "ivuorinen's shareable configuration for Browserslist.",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Ismo Vuorinen",
|
|
@@ -36,8 +36,8 @@
|
|
|
36
36
|
"postinstall": "node scripts/postinstall.js"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@ivuorinen/config-checker": "^1.1.
|
|
40
|
-
"browserslist": "4.
|
|
39
|
+
"@ivuorinen/config-checker": "^1.1.3",
|
|
40
|
+
"browserslist": "4.23.0"
|
|
41
41
|
},
|
|
42
|
-
"gitHead": "
|
|
42
|
+
"gitHead": "945220d7407c644c7567b193d62e60d676a84a66"
|
|
43
43
|
}
|