Skip to content

Commit

Permalink
📚 docs(README): Upgrade badges.
Browse files Browse the repository at this point in the history
  • Loading branch information
make-github-pseudonymous-again committed Sep 20, 2020
1 parent 062b652 commit 99e0578
Showing 1 changed file with 14 additions and 10 deletions.
24 changes: 14 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,20 @@ Parent is [@aureooms/js-algorithms](https://github.com/aureooms/js-algorithms).
let fordjohnson = sort._fordjohnson( search.binarysearch ) ;
```

[![License](https://img.shields.io/github/license/aureooms/js-sort.svg?style=flat)](https://raw.githubusercontent.com/aureooms/js-sort/master/LICENSE)
[![NPM version](https://img.shields.io/npm/v/@aureooms/js-sort.svg?style=flat)](https://www.npmjs.org/package/@aureooms/js-sort)
[![Build Status](https://img.shields.io/travis/aureooms/js-sort.svg?style=flat)](https://travis-ci.org/aureooms/js-sort)
[![Coverage Status](https://img.shields.io/coveralls/aureooms/js-sort.svg?style=flat)](https://coveralls.io/r/aureooms/js-sort)
[![Dependencies Status](https://img.shields.io/david/aureooms/js-sort.svg?style=flat)](https://david-dm.org/aureooms/js-sort#info=dependencies)
[![devDependencies Status](https://img.shields.io/david/dev/aureooms/js-sort.svg?style=flat)](https://david-dm.org/aureooms/js-sort#info=devDependencies)
[![Code Climate](https://img.shields.io/codeclimate/github/aureooms/js-sort.svg?style=flat)](https://codeclimate.com/github/aureooms/js-sort)
[![NPM downloads per month](https://img.shields.io/npm/dm/@aureooms/js-sort.svg?style=flat)](https://www.npmjs.org/package/@aureooms/js-sort)
[![GitHub issues](https://img.shields.io/github/issues/aureooms/js-sort.svg?style=flat)](https://github.com/aureooms/js-sort/issues)
[![Documentation](https://aureooms.github.io/js-sort/badge.svg)](https://aureooms.github.io/js-sort/source.html)
[![License](https://img.shields.io/github/license/aureooms/js-sort.svg)](https://raw.githubusercontent.com/aureooms/js-sort/master/LICENSE)
[![Version](https://img.shields.io/npm/v/@aureooms/js-sort.svg)](https://www.npmjs.org/package/@aureooms/js-sort)
[![Build](https://img.shields.io/travis/aureooms/js-sort/master.svg)](https://travis-ci.org/aureooms/js-sort/branches)
[![Dependencies](https://img.shields.io/david/aureooms/js-sort.svg)](https://david-dm.org/aureooms/js-sort)
[![Dev dependencies](https://img.shields.io/david/dev/aureooms/js-sort.svg)](https://david-dm.org/aureooms/js-sort?type=dev)
[![GitHub issues](https://img.shields.io/github/issues/aureooms/js-sort.svg)](https://github.com/aureooms/js-sort/issues)
[![Downloads](https://img.shields.io/npm/dm/@aureooms/js-sort.svg)](https://www.npmjs.org/package/@aureooms/js-sort)

[![Code issues](https://img.shields.io/codeclimate/issues/aureooms/js-sort.svg)](https://codeclimate.com/github/aureooms/js-sort/issues)
[![Code maintainability](https://img.shields.io/codeclimate/maintainability/aureooms/js-sort.svg)](https://codeclimate.com/github/aureooms/js-sort/trends/churn)
[![Code coverage (cov)](https://img.shields.io/codecov/c/gh/aureooms/js-sort/master.svg)](https://codecov.io/gh/aureooms/js-sort)
[![Code technical debt](https://img.shields.io/codeclimate/tech-debt/aureooms/js-sort.svg)](https://codeclimate.com/github/aureooms/js-sort/trends/technical_debt)
[![Documentation](https://aureooms.github.io/js-sort//badge.svg)](https://aureooms.github.io/js-sort//source.html)
[![Package size](https://img.shields.io/bundlephobia/minzip/@aureooms/js-sort)](https://bundlephobia.com/result?p=@aureooms/js-sort)

## Children

Expand Down

0 comments on commit 99e0578

Please sign in to comment.