Skip to content

Commit 143f628

Browse files
author
Kent C. Dodds
committed
docs: remove old badges
1 parent 2dfa51b commit 143f628

File tree

1 file changed

+3
-18
lines changed

1 file changed

+3
-18
lines changed

README.md

Lines changed: 3 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,10 @@ Utilities for testing babel plugins
44

55
[![Build Status][build-badge]][build]
66
[![Code Coverage][coverage-badge]][coverage]
7-
[![Dependencies][dependencyci-badge]][dependencyci]
8-
[![version][version-badge]][package] [![downloads][downloads-badge]][npm-stat]
7+
[![version][version-badge]][package] [![downloads][downloads-badge]][npmtrends]
98
[![MIT License][license-badge]][license]
10-
119
[![All Contributors](https://img.shields.io/badge/all_contributors-8-orange.svg?style=flat-square)](#contributors-)
12-
[![PRs Welcome][prs-badge]][prs] [![Donate][donate-badge]][donate]
13-
[![Code of Conduct][coc-badge]][coc] [![Roadmap][roadmap-badge]][roadmap]
14-
[![Examples][examples-badge]][examples]
15-
16-
[![Watch on GitHub][github-watch-badge]][github-watch]
17-
[![Star on GitHub][github-star-badge]][github-star]
18-
[![Tweet][twitter-badge]][twitter]
10+
[![PRs Welcome][prs-badge]][prs] [![Code of Conduct][coc-badge]][coc]
1911

2012
## The problem
2113

@@ -508,26 +500,19 @@ MIT
508500
[coverage-badge]:
509501
https://img.shields.io/codecov/c/github/babel-utils/babel-plugin-tester.svg?style=flat-square
510502
[coverage]: https://codecov.io/github/babel-utils/babel-plugin-tester
511-
[dependencyci-badge]:
512-
https://dependencyci.com/github/babel-utils/babel-plugin-tester/badge?style=flat-square
513-
[dependencyci]: https://dependencyci.com/github/babel-utils/babel-plugin-tester
514503
[version-badge]:
515504
https://img.shields.io/npm/v/babel-plugin-tester.svg?style=flat-square
516505
[package]: https://www.npmjs.com/package/babel-plugin-tester
517506
[downloads-badge]:
518507
https://img.shields.io/npm/dm/babel-plugin-tester.svg?style=flat-square
519-
[npm-stat]:
520-
http://npm-stat.com/charts.html?package=babel-plugin-tester&from=2016-04-01
508+
[npmtrends]: https://www.npmtrends.com/babel-plugin-tester
521509
[license-badge]:
522510
https://img.shields.io/npm/l/babel-plugin-tester.svg?style=flat-square
523511
[license]:
524512
https://github.com/babel-utils/babel-plugin-tester/blob/master/other/LICENSE
525513
[prs-badge]:
526514
https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square
527515
[prs]: http://makeapullrequest.com
528-
[donate-badge]:
529-
https://img.shields.io/badge/$-support-green.svg?style=flat-square
530-
[donate]: http://kcd.im/donate
531516
[coc-badge]:
532517
https://img.shields.io/badge/code%20of-conduct-ff69b4.svg?style=flat-square
533518
[coc]:

0 commit comments

Comments
 (0)