Skip to content

Commit 99e0578

Browse files
committedSep 20, 2020
📚 docs(README): Upgrade badges.
1 parent 062b652 commit 99e0578

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
@@ -14,16 +14,20 @@ Parent is [@aureooms/js-algorithms](https://github.com/aureooms/js-algorithms).
1414
let fordjohnson = sort._fordjohnson( search.binarysearch ) ;
1515
```
1616

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

2832
## Children
2933

0 commit comments

Comments
 (0)
Please sign in to comment.