Skip to content
This repository was archived by the owner on Jun 8, 2021. It is now read-only.

Commit 152396b

Browse files
authored
docs(README): refactor badges
1 parent 70f6fbb commit 152396b

File tree

1 file changed

+24
-8
lines changed

1 file changed

+24
-8
lines changed

README.md

Lines changed: 24 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,13 @@
11
# pkginfo
2-
[![Build Status](https://travis-ci.org/ultrox/pkginfo.svg?branch=master)](https://travis-ci.org/ultrox/pkginfo)
3-
[![version](https://img.shields.io/npm/v/@ma.vu/pkginfo.svg?style=flat-square)](http://npm.im/@ma.vu/pkginfo)
4-
[![MIT License](https://img.shields.io/npm/l/pkginfo.svg?style=flat-square)](http://opensource.org/licenses/MIT)
5-
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=flat-square)](https://github.com/semantic-release/semantic-release)
2+
[![Build Status][build-badge]][build]
3+
[![version][version-badge]][version]
4+
[![MIT License][license-badge]][license]
5+
[![semantic-release][semantic-badge]][semantic]
66
[![Renovate - Always up to date][renovateapp-svg]][renovateapp-link]
7-
[![Coverage Status](https://coveralls.io/repos/github/ultrox/pkginfo/badge.svg?branch=master)](https://coveralls.io/github/ultrox/pkginfo?branch=master)
7+
[![Code Coverage][coverage-badge]][coverage]
88

99
Flexible api to fetch npm package info
1010

11-
[renovateapp-link]: https://renovatebot.com/dashboard#github/ultrox/pkginfo
12-
[renovateapp-svg]: https://img.shields.io/badge/always-up_to_date-brightgreen.svg
13-
1411
## Install
1512

1613
#### NPM
@@ -127,3 +124,22 @@ info({name: 'react', version: '100.0.0'}).then(data => console.log(data))
127124
null
128125
*/
129126
```
127+
128+
129+
[renovateapp-link]: https://renovatebot.com/dashboard#github/ultrox/pkginfo
130+
[renovateapp-svg]: https://img.shields.io/badge/always-up_to_date-brightgreen.svg
131+
132+
[coverage-badge]: https://img.shields.io/codecov/c/github/ultrox/pkginfo.svg?style=flat-square
133+
[coverage]: https://codecov.io/github/ultrox/pkginfo
134+
135+
[build-badge]: https://travis-ci.org/ultrox/pkginfo.svg?branch=master
136+
[build]: https://travis-ci.org/ultrox/pkginfo
137+
138+
[version-badge]: https://img.shields.io/npm/v/@ma.vu/pkginfo.svg?style=flat-square
139+
[version]: https://img.shields.io/npm/v/@ma.vu/pkginfo.svg?style=flat-square
140+
141+
[license-badge]: https://img.shields.io/npm/l/pkginfo.svg?style=flat-square
142+
[license]: https://img.shields.io/npm/l/pkginfo.svg?style=flat-square
143+
144+
[semantic-badge]: https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=flat-square
145+
[semantic]: https://github.com/semantic-release/semantic-release

0 commit comments

Comments
 (0)