Skip to content

Commit a4249ed

Browse files
📚 docs(README): Upgrade badges.
1 parent 76dc241 commit a4249ed

File tree

1 file changed

+14
-11
lines changed

1 file changed

+14
-11
lines changed

README.md

+14-11
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,20 @@ Parent is
1111
for ( let value of list ) ... ;
1212
```
1313

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

2629
Can be managed through [jspm](https://github.com/jspm/jspm-cli),
2730
[duo](https://github.com/duojs/duo),

0 commit comments

Comments
 (0)