@@ -42,7 +42,7 @@ const badgeProviders = <Record<string, BadgeProvider>>{
42
42
npmVersion : "https://img.shields.io/npm/v/{name}" ,
43
43
npmDownloads : "https://img.shields.io/npm/dm/{name}" ,
44
44
bundlephobia : "https://img.shields.io/bundlephobia/minzip/{name}" ,
45
- packagephobia : false , // https://github.com/badges/shields/issues/1701
45
+ packagephobia : "https://badgen.net/packagephobia/install/{name}" , // https://github.com/badges/shields/issues/1701
46
46
bundlejs : "https://img.shields.io/bundlejs/size/{name}" ,
47
47
codecov : "https://img.shields.io/codecov/c/gh/{github}" ,
48
48
license : "https://img.shields.io/github/license/{github}" ,
@@ -53,7 +53,7 @@ const badgeProviders = <Record<string, BadgeProvider>>{
53
53
npmDownloads : "https://flat.badgen.net/npm/dm/{name}" ,
54
54
bundlephobia : "https://flat.badgen.net/bundlephobia/minzip/{name}" ,
55
55
bundlejs : false , // https://github.com/badgen/badgen/issues/82
56
- packagephobia : "https://flat.badgen.net/packagephobia/publish /{name}" ,
56
+ packagephobia : "https://flat.badgen.net/packagephobia/install /{name}" ,
57
57
codecov : "https://flat.badgen.net/codecov/c/github/{github}" ,
58
58
license : "https://flat.badgen.net/github/license/{github}" ,
59
59
} ,
@@ -62,7 +62,7 @@ const badgeProviders = <Record<string, BadgeProvider>>{
62
62
npmDownloads : "https://badgen.net/npm/dm/{name}" ,
63
63
bundlephobia : "https://badgen.net/bundlephobia/minzip/{name}" ,
64
64
bundlejs : false , // https://github.com/badgen/badgen/issues/82
65
- packagephobia : "https://badgen.net/packagephobia/publish /{name}" ,
65
+ packagephobia : "https://badgen.net/packagephobia/install /{name}" ,
66
66
codecov : "https://badgen.net/codecov/c/github/{github}" ,
67
67
license : "https://badgen.net/github/license/{github}" ,
68
68
} ,
0 commit comments