@w5s/browserslist-config 1.0.0-alpha.3 → 1.0.0-alpha.5
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 +3 -3
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
<!-- AUTO-GENERATED-CONTENT:START (PKGJSON:template=# W5s
|
|
2
|
-
# W5s
|
|
1
|
+
<!-- AUTO-GENERATED-CONTENT:START (PKGJSON:template=# W5s BrowsersList configuration _(${name})_) -->
|
|
2
|
+
# W5s BrowsersList configuration _(@w5s/browserslist-config)_
|
|
3
3
|
<!-- AUTO-GENERATED-CONTENT:END -->
|
|
4
4
|
|
|
5
5
|
[![NPM Version][package-version-svg]][package-url]
|
|
@@ -55,7 +55,7 @@ _Generated Automatically at Wed, 21 Sep 2022 20:00:22 GMT_
|
|
|
55
55
|
- UC Browser (13.4)
|
|
56
56
|
- Safari for iOS (15.6, 15.5, 15.4, 15.2-15.3, 15.0-15.1, 14.5-14.8, 14.0-14.4, 12.2-12.5)
|
|
57
57
|
|
|
58
|
-
[View more in
|
|
58
|
+
[View more in browserslist.dev (usages, coverage)](https://browserslist.dev/?q=PjAuMiUsbm90IGRlYWQsbm90IG9wX21pbmkgYWxs)
|
|
59
59
|
<!-- AUTO-GENERATED-CONTENT:END -->
|
|
60
60
|
|
|
61
61
|
## License
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@w5s/browserslist-config",
|
|
3
|
-
"version": "1.0.0-alpha.
|
|
3
|
+
"version": "1.0.0-alpha.5",
|
|
4
4
|
"description": "Browserslist support shared configuration",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"browserslist",
|
|
@@ -50,5 +50,5 @@
|
|
|
50
50
|
"publishConfig": {
|
|
51
51
|
"access": "public"
|
|
52
52
|
},
|
|
53
|
-
"gitHead": "
|
|
53
|
+
"gitHead": "2a262ca6b8389764322e1a855d38a31af795dbe1"
|
|
54
54
|
}
|