update-browserslist-db 1.1.1 → 1.1.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/index.js +2 -5
- package/package.json +2 -2
package/index.js
CHANGED
|
@@ -322,11 +322,8 @@ module.exports = function updateDB(print = defaultPrint) {
|
|
|
322
322
|
)
|
|
323
323
|
} else {
|
|
324
324
|
print(
|
|
325
|
-
pico.
|
|
326
|
-
'
|
|
327
|
-
listError.stack +
|
|
328
|
-
'\n\n' +
|
|
329
|
-
'Problem with browser list retrieval.\n' +
|
|
325
|
+
pico.gray(
|
|
326
|
+
'Problem with browser list retrieval.\n' +
|
|
330
327
|
'Target browser changes won’t be shown.\n'
|
|
331
328
|
)
|
|
332
329
|
)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "update-browserslist-db",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.2",
|
|
4
4
|
"description": "CLI tool to update caniuse-lite to refresh target browsers from Browserslist config",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"caniuse",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
33
|
"escalade": "^3.2.0",
|
|
34
|
-
"picocolors": "^1.1.
|
|
34
|
+
"picocolors": "^1.1.1"
|
|
35
35
|
},
|
|
36
36
|
"peerDependencies": {
|
|
37
37
|
"browserslist": ">= 4.21.0"
|