Skip to content

Commit 0c542d6

Browse files
😒 chore: Upgrade README badges.
1 parent a267676 commit 0c542d6

File tree

1 file changed

+13
-9
lines changed

1 file changed

+13
-9
lines changed

README.md

+13-9
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,17 @@ Red-black tree library for JavaScript.
1111
See [documentation](https://aureooms.github.io/js-red-black-tree/index.html).
1212
Parent is [@aureooms/js-bst](https://github.com/aureooms/js-bst).
1313

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

0 commit comments

Comments
 (0)