Skip to content

Commit 0298d31

Browse files
committed
fix: 🐛 remove David badges
- badges/shields#5133 (comment)
1 parent 2b1125a commit 0298d31

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

README.md

-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
<p align="center">
1212
<a href="https://npmcharts.com/compare/@anyesu/readme?minimal=true"><img alt="Downloads per month" src="https://img.shields.io/npm/dm/@anyesu/readme.svg" height="20" /></a>
1313
<a href="https://www.npmjs.com/package/@anyesu/readme"><img alt="NPM Version" src="https://img.shields.io/npm/v/@anyesu/readme.svg" height="20" /></a>
14-
<a href="https://david-dm.org/anyesu/readme"><img alt="Dependencies" src="https://img.shields.io/david/anyesu/readme.svg" height="20" /></a>
1514
<a href="https://github.com/anyesu/readme/graphs/contributors"><img alt="Contributors" src="https://img.shields.io/github/contributors/anyesu/readme.svg" height="20" /></a>
1615
<a href="https://github.com/badges/shields"><img alt="Custom badge" src="https://img.shields.io/badge/custom-badge-f39f37.svg" height="20" /></a>
1716
<a href="https://github.com/anyesu/readme/graphs/commit-activity"><img alt="Maintained" src="https://img.shields.io/badge/Maintained%3F-yes-green.svg" height="20" /></a>
@@ -225,7 +224,6 @@ The badges template adds badges to your readme and looks like this:
225224
<p align="center">
226225
<a href="https://npmcharts.com/compare/@anyesu/readme?minimal=true"><img alt="Downloads per month" src="https://img.shields.io/npm/dm/@anyesu/readme.svg" height="20" /></a>
227226
<a href="https://www.npmjs.com/package/@anyesu/readme"><img alt="NPM Version" src="https://img.shields.io/npm/v/@anyesu/readme.svg" height="20" /></a>
228-
<a href="https://david-dm.org/anyesu/readme"><img alt="Dependencies" src="https://img.shields.io/david/anyesu/readme.svg" height="20" /></a>
229227
<a href="https://github.com/anyesu/readme/graphs/contributors"><img alt="Contributors" src="https://img.shields.io/github/contributors/anyesu/readme.svg" height="20" /></a>
230228
<a href="https://github.com/badges/shields"><img alt="Custom badge" src="https://img.shields.io/badge/custom-badge-f39f37.svg" height="20" /></a>
231229
<a href="https://github.com/anyesu/readme/graphs/commit-activity"><img alt="Maintained" src="https://img.shields.io/badge/Maintained%3F-yes-green.svg" height="20" /></a>

src/generate/badges.ts

-5
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,6 @@ export function npmBadges ({npmId}: {npmId: string}): IBadge[] {
2525
*/
2626
export function githubBadges ({githubId}: {githubId: string}): IBadge[] {
2727
return [
28-
{
29-
"alt": "Dependencies",
30-
"url": `https://david-dm.org/${githubId}`,
31-
"img": `https://img.shields.io/david/${githubId}.svg`
32-
},
3328
{
3429
"alt": "Contributors",
3530
"url": `https://github.com/${githubId}/graphs/contributors`,

0 commit comments

Comments
 (0)