Skip to content

Commit ffe5a52

Browse files
😒 chore: Upgrade README badges.
1 parent 20c2b5d commit ffe5a52

File tree

1 file changed

+14
-10
lines changed

1 file changed

+14
-10
lines changed

README.md

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,17 @@ Parent is [@aureooms/js-sort](https://github.com/aureooms/js-sort).
88
let quickselect = selection.singletco( partition.hoare ) ;
99
```
1010

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

0 commit comments

Comments
 (0)