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 Apr 28, 2020
1 parent b838e0c commit f59feab
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 @@ -8,13 +8,17 @@ Python's ordereddict data structure for JavaScript. Parent is
[ ...ordereddict.fromkeys( "cab" ).keys( ) ] ; // [ "c" , "a" , "b" ]
```

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

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

0 comments on commit f59feab

Please sign in to comment.