Skip to content

Commit f8cff06

Browse files
😒 chore: Upgrade README badges.
1 parent 41d414f commit f8cff06

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
@@ -20,16 +20,20 @@ let {
2020
} = heapq ;
2121
```
2222

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

3438
## References
3539

0 commit comments

Comments
 (0)