Skip to content

Commit 6729986

Browse files
😒 chore: Upgrade README badges.
1 parent 5beefd6 commit 6729986

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
@@ -7,13 +7,17 @@ Randomness algorithms for JavaScript.
77
See [docs](https://aureooms.github.io/js-random).
88
Parent is [@aureooms/js-algorithms](https://aureooms.github.io/js-algorithms).
99

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

0 commit comments

Comments
 (0)