Skip to content

Commit 087c277

Browse files
😒 chore: Upgrade README badges.
1 parent dbc36f1 commit 087c277

File tree

1 file changed

+14
-10
lines changed

1 file changed

+14
-10
lines changed

README.md

+14-10
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,17 @@ let [ a , b ] = add( 1 , 10 , 1 , 5 ) ;
1010
a / b === 3 / 10 ; // true
1111
```
1212

13-
[![License](https://img.shields.io/github/license/aureooms/js-rational.svg?style=flat)](https://raw.githubusercontent.com/aureooms/js-rational/master/LICENSE)
14-
[![NPM version](https://img.shields.io/npm/v/@aureooms/js-rational.svg?style=flat)](https://www.npmjs.org/package/@aureooms/js-rational)
15-
[![Build Status](https://img.shields.io/travis/aureooms/js-rational.svg?style=flat)](https://travis-ci.org/aureooms/js-rational)
16-
[![Coverage Status](https://img.shields.io/coveralls/aureooms/js-rational.svg?style=flat)](https://coveralls.io/r/aureooms/js-rational)
17-
[![Dependencies Status](https://img.shields.io/david/aureooms/js-rational.svg?style=flat)](https://david-dm.org/aureooms/js-rational#info=dependencies)
18-
[![devDependencies Status](https://img.shields.io/david/dev/aureooms/js-rational.svg?style=flat)](https://david-dm.org/aureooms/js-rational#info=devDependencies)
19-
[![Code Climate](https://img.shields.io/codeclimate/github/aureooms/js-rational.svg?style=flat)](https://codeclimate.com/github/aureooms/js-rational)
20-
[![NPM downloads per month](https://img.shields.io/npm/dm/@aureooms/js-rational.svg?style=flat)](https://www.npmjs.org/package/@aureooms/js-rational)
21-
[![GitHub issues](https://img.shields.io/github/issues/aureooms/js-rational.svg?style=flat)](https://github.com/aureooms/js-rational/issues)
22-
[![Documentation](https://aureooms.github.io/js-rational/badge.svg)](https://aureooms.github.io/js-rational/source.html)
13+
[![License](https://img.shields.io/github/license/aureooms/js-rational.svg)](https://raw.githubusercontent.com/aureooms/js-rational/master/LICENSE)
14+
[![Version](https://img.shields.io/npm/v/@aureooms/js-rational.svg)](https://www.npmjs.org/package/@aureooms/js-rational)
15+
[![Build](https://img.shields.io/travis/aureooms/js-rational/master.svg)](https://travis-ci.org/aureooms/js-rational/branches)
16+
[![Dependencies](https://img.shields.io/david/aureooms/js-rational.svg)](https://david-dm.org/aureooms/js-rational)
17+
[![Dev dependencies](https://img.shields.io/david/dev/aureooms/js-rational.svg)](https://david-dm.org/aureooms/js-rational?type=dev)
18+
[![GitHub issues](https://img.shields.io/github/issues/aureooms/js-rational.svg)](https://github.com/aureooms/js-rational/issues)
19+
[![Downloads](https://img.shields.io/npm/dm/@aureooms/js-rational.svg)](https://www.npmjs.org/package/@aureooms/js-rational)
20+
21+
[![Code issues](https://img.shields.io/codeclimate/issues/aureooms/js-rational.svg)](https://codeclimate.com/github/aureooms/js-rational/issues)
22+
[![Code maintainability](https://img.shields.io/codeclimate/maintainability/aureooms/js-rational.svg)](https://codeclimate.com/github/aureooms/js-rational/trends/churn)
23+
[![Code coverage (cov)](https://img.shields.io/codecov/c/gh/aureooms/js-rational/master.svg)](https://codecov.io/gh/aureooms/js-rational)
24+
[![Code technical debt](https://img.shields.io/codeclimate/tech-debt/aureooms/js-rational.svg)](https://codeclimate.com/github/aureooms/js-rational/trends/technical_debt)
25+
[![Documentation](https://github.com/aureooms/js-rational/badge.svg)](https://github.com/aureooms/js-rational/source.html)
26+
[![Package size](https://img.shields.io/bundlephobia/minzip/@aureooms/js-rational)](https://bundlephobia.com/result?p=@aureooms/js-rational)

0 commit comments

Comments
 (0)