Skip to content

Commit 62442a8

Browse files
📚 docs(README): Upgrade badges.
1 parent 2d6d277 commit 62442a8

File tree

1 file changed

+14
-11
lines changed

1 file changed

+14
-11
lines changed

README.md

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,17 @@
33

44
character sequence code bricks for JavaScript
55

6-
[![License](https://img.shields.io/github/license/aureooms/js-string.svg?style=flat)](https://raw.githubusercontent.com/aureooms/js-string/master/LICENSE)
7-
[![NPM version](https://img.shields.io/npm/v/@aureooms/js-string.svg?style=flat)](https://www.npmjs.org/package/@aureooms/js-string)
8-
[![Bower version](https://img.shields.io/bower/v/@aureooms/js-string.svg?style=flat)](http://bower.io/search/?q=@aureooms/js-string)
9-
[![Build Status](https://img.shields.io/travis/aureooms/js-string.svg?style=flat)](https://travis-ci.org/aureooms/js-string)
10-
[![Coverage Status](https://img.shields.io/coveralls/aureooms/js-string.svg?style=flat)](https://coveralls.io/r/aureooms/js-string)
11-
[![Dependencies Status](https://img.shields.io/david/aureooms/js-string.svg?style=flat)](https://david-dm.org/aureooms/js-string#info=dependencies)
12-
[![devDependencies Status](https://img.shields.io/david/dev/aureooms/js-string.svg?style=flat)](https://david-dm.org/aureooms/js-string#info=devDependencies)
13-
[![Code Climate](https://img.shields.io/codeclimate/github/aureooms/js-string.svg?style=flat)](https://codeclimate.com/github/aureooms/js-string)
14-
[![NPM downloads per month](https://img.shields.io/npm/dm/@aureooms/js-string.svg?style=flat)](https://www.npmjs.org/package/@aureooms/js-string)
15-
[![GitHub issues](https://img.shields.io/github/issues/aureooms/js-string.svg?style=flat)](https://github.com/aureooms/js-string/issues)
16-
[![Inline docs](http://inch-ci.org/github/aureooms/js-string.svg?branch=master&style=shields)](http://inch-ci.org/github/aureooms/js-string)
6+
[![License](https://img.shields.io/github/license/aureooms/js-string.svg)](https://raw.githubusercontent.com/aureooms/js-string/master/LICENSE)
7+
[![Version](https://img.shields.io/npm/v/@aureooms/js-string.svg)](https://www.npmjs.org/package/@aureooms/js-string)
8+
[![Build](https://img.shields.io/travis/aureooms/js-string/master.svg)](https://travis-ci.org/aureooms/js-string/branches)
9+
[![Dependencies](https://img.shields.io/david/aureooms/js-string.svg)](https://david-dm.org/aureooms/js-string)
10+
[![Dev dependencies](https://img.shields.io/david/dev/aureooms/js-string.svg)](https://david-dm.org/aureooms/js-string?type=dev)
11+
[![GitHub issues](https://img.shields.io/github/issues/aureooms/js-string.svg)](https://github.com/aureooms/js-string/issues)
12+
[![Downloads](https://img.shields.io/npm/dm/@aureooms/js-string.svg)](https://www.npmjs.org/package/@aureooms/js-string)
13+
14+
[![Code issues](https://img.shields.io/codeclimate/issues/aureooms/js-string.svg)](https://codeclimate.com/github/aureooms/js-string/issues)
15+
[![Code maintainability](https://img.shields.io/codeclimate/maintainability/aureooms/js-string.svg)](https://codeclimate.com/github/aureooms/js-string/trends/churn)
16+
[![Code coverage (cov)](https://img.shields.io/codecov/c/gh/aureooms/js-string/master.svg)](https://codecov.io/gh/aureooms/js-string)
17+
[![Code technical debt](https://img.shields.io/codeclimate/tech-debt/aureooms/js-string.svg)](https://codeclimate.com/github/aureooms/js-string/trends/technical_debt)
18+
[![Documentation](https://aureooms.github.io/js-string//badge.svg)](https://aureooms.github.io/js-string//source.html)
19+
[![Package size](https://img.shields.io/bundlephobia/minzip/@aureooms/js-string)](https://bundlephobia.com/result?p=@aureooms/js-string)

0 commit comments

Comments
 (0)