Skip to content

Commit 0d98ea8

Browse files
😒 chore: Upgrade README badges.
1 parent 150464e commit 0d98ea8

File tree

1 file changed

+13
-9
lines changed

1 file changed

+13
-9
lines changed

README.md

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,20 @@ const b = ZZ.from( '-302940923028393' ) ;
1414
a.mul( b ).toString( ) ; // '-903954021577363596419770144565091'
1515
```
1616

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

2832
## Children
2933

0 commit comments

Comments
 (0)