Skip to content

Commit f59feab

Browse files
📚 docs(README): Upgrade badges.
1 parent b838e0c commit f59feab

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 @@ Python's ordereddict data structure for JavaScript. Parent is
88
[ ...ordereddict.fromkeys( "cab" ).keys( ) ] ; // [ "c" , "a" , "b" ]
99
```
1010

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

0 commit comments

Comments
 (0)