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 b092054 commit 525dfcf
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 @@ -8,13 +8,13 @@ Python's defaultdict data structure for JavaScript. Parent is
defaultdict( ( ) => 0 ).get( 'x' ) ; // 0
```

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

0 comments on commit 525dfcf

Please sign in to comment.