Skip to content

Commit db405bf

Browse files
📚 docs(README): Upgrade badges.
1 parent 0fb2c39 commit db405bf

File tree

1 file changed

+13
-9
lines changed

1 file changed

+13
-9
lines changed

README.md

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,17 @@ Parent is [@aureooms/js-library](https://github.com/aureooms/js-library).
1616
{ 'a': 0, 'b': 1 }
1717
```
1818

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

0 commit comments

Comments
 (0)