Skip to content

Commit 035d4b7

Browse files
😒 chore: Upgrade README badges.
1 parent ab8c545 commit 035d4b7

File tree

1 file changed

+13
-9
lines changed

1 file changed

+13
-9
lines changed

README.md

+13-9
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,17 @@ import { next , reversed , identity } from '@aureooms/js-permutation' ;
1212
next( reversed( identity( 3 ) ) ) ; // [ 0 , 1 , 2 ]
1313
```
1414

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

0 commit comments

Comments
 (0)