@@ -4,18 +4,10 @@ Utilities for testing babel plugins
4
4
5
5
[ ![ Build Status] [ build-badge ]] [ build ]
6
6
[ ![ 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 ]
9
8
[ ![ MIT License] [ license-badge ]] [ license ]
10
-
11
9
[ ![ 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 ]
19
11
20
12
## The problem
21
13
@@ -508,26 +500,19 @@ MIT
508
500
[ coverage-badge] :
509
501
https://img.shields.io/codecov/c/github/babel-utils/babel-plugin-tester.svg?style=flat-square
510
502
[ 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
514
503
[ version-badge] :
515
504
https://img.shields.io/npm/v/babel-plugin-tester.svg?style=flat-square
516
505
[ package ] : https://www.npmjs.com/package/babel-plugin-tester
517
506
[ downloads-badge] :
518
507
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
521
509
[ license-badge] :
522
510
https://img.shields.io/npm/l/babel-plugin-tester.svg?style=flat-square
523
511
[ license] :
524
512
https://github.com/babel-utils/babel-plugin-tester/blob/master/other/LICENSE
525
513
[ prs-badge] :
526
514
https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square
527
515
[ 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
531
516
[ coc-badge] :
532
517
https://img.shields.io/badge/code%20of-conduct-ff69b4.svg?style=flat-square
533
518
[ coc] :
0 commit comments