Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 829f3a1

Browse filesBrowse files
use https for shields.io
1 parent 8cae8fa commit 829f3a1
Copy full SHA for 829f3a1

File tree

Expand file treeCollapse file tree

1 file changed

+9
-9
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+9
-9
lines changed

‎README.md

Copy file name to clipboardExpand all lines: README.md
+9-9Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ 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-
[![NPM license](http://img.shields.io/npm/l/@aureooms/js-random.svg?style=flat)](https://raw.githubusercontent.com/aureooms/js-random/master/LICENSE)
11-
[![NPM version](http://img.shields.io/npm/v/@aureooms/js-random.svg?style=flat)](https://www.npmjs.org/package/@aureooms/js-random)
12-
[![Build Status](http://img.shields.io/travis/aureooms/js-random.svg?style=flat)](https://travis-ci.org/aureooms/js-random)
13-
[![Coverage Status](http://img.shields.io/coveralls/aureooms/js-random.svg?style=flat)](https://coveralls.io/r/aureooms/js-random)
14-
[![Dependencies Status](http://img.shields.io/david/aureooms/js-random.svg?style=flat)](https://david-dm.org/aureooms/js-random#info=dependencies)
15-
[![devDependencies Status](http://img.shields.io/david/dev/aureooms/js-random.svg?style=flat)](https://david-dm.org/aureooms/js-random#info=devDependencies)
16-
[![Code Climate](http://img.shields.io/codeclimate/github/aureooms/js-random.svg?style=flat)](https://codeclimate.com/github/aureooms/js-random)
17-
[![NPM downloads per month](http://img.shields.io/npm/dm/@aureooms/js-random.svg?style=flat)](https://www.npmjs.org/package/@aureooms/js-random)
18-
[![GitHub issues](http://img.shields.io/github/issues/aureooms/js-random.svg?style=flat)](https://github.com/aureooms/js-random/issues)
10+
[![NPM license](https://img.shields.io/npm/l/@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)
1919
[![Documentation](https://aureooms.github.io/js-random/badge.svg)](https://aureooms.github.io/js-random/source.html)

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.