Skip to content

Commit

Permalink
use https for shields.io
Browse files Browse the repository at this point in the history
  • Loading branch information
make-github-pseudonymous-again committed Feb 16, 2017
1 parent d865d71 commit 2ef6cea
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ let {
} = collections ;
```

[![NPM license](http://img.shields.io/npm/l/@aureooms/js-collections.svg?style=flat)](https://raw.githubusercontent.com/aureooms/js-collections/master/LICENSE)
[![NPM version](http://img.shields.io/npm/v/@aureooms/js-collections.svg?style=flat)](https://www.npmjs.org/package/@aureooms/js-collections)
[![Build Status](http://img.shields.io/travis/aureooms/js-collections.svg?style=flat)](https://travis-ci.org/aureooms/js-collections)
[![Coverage Status](http://img.shields.io/coveralls/aureooms/js-collections.svg?style=flat)](https://coveralls.io/r/aureooms/js-collections)
[![Dependencies Status](http://img.shields.io/david/aureooms/js-collections.svg?style=flat)](https://david-dm.org/aureooms/js-collections#info=dependencies)
[![devDependencies Status](http://img.shields.io/david/dev/aureooms/js-collections.svg?style=flat)](https://david-dm.org/aureooms/js-collections#info=devDependencies)
[![Code Climate](http://img.shields.io/codeclimate/github/aureooms/js-collections.svg?style=flat)](https://codeclimate.com/github/aureooms/js-collections)
[![NPM downloads per month](http://img.shields.io/npm/dm/@aureooms/js-collections.svg?style=flat)](https://www.npmjs.org/package/@aureooms/js-collections)
[![GitHub issues](http://img.shields.io/github/issues/aureooms/js-collections.svg?style=flat)](https://github.com/aureooms/js-collections/issues)
[![NPM license](https://img.shields.io/npm/l/@aureooms/js-collections.svg?style=flat)](https://raw.githubusercontent.com/aureooms/js-collections/master/LICENSE)
[![NPM version](https://img.shields.io/npm/v/@aureooms/js-collections.svg?style=flat)](https://www.npmjs.org/package/@aureooms/js-collections)
[![Build Status](https://img.shields.io/travis/aureooms/js-collections.svg?style=flat)](https://travis-ci.org/aureooms/js-collections)
[![Coverage Status](https://img.shields.io/coveralls/aureooms/js-collections.svg?style=flat)](https://coveralls.io/r/aureooms/js-collections)
[![Dependencies Status](https://img.shields.io/david/aureooms/js-collections.svg?style=flat)](https://david-dm.org/aureooms/js-collections#info=dependencies)
[![devDependencies Status](https://img.shields.io/david/dev/aureooms/js-collections.svg?style=flat)](https://david-dm.org/aureooms/js-collections#info=devDependencies)
[![Code Climate](https://img.shields.io/codeclimate/github/aureooms/js-collections.svg?style=flat)](https://codeclimate.com/github/aureooms/js-collections)
[![NPM downloads per month](https://img.shields.io/npm/dm/@aureooms/js-collections.svg?style=flat)](https://www.npmjs.org/package/@aureooms/js-collections)
[![GitHub issues](https://img.shields.io/github/issues/aureooms/js-collections.svg?style=flat)](https://github.com/aureooms/js-collections/issues)
[![Documentation](https://aureooms.github.io/js-collections/badge.svg)](https://aureooms.github.io/js-collections/source.html)

## Children
Expand Down

0 comments on commit 2ef6cea

Please sign in to comment.