Skip to content

Commit 431db5a

Browse files
use https for shields.io
1 parent 23fce19 commit 431db5a

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,16 @@ Parent is
1111
for ( let value of list ) ... ;
1212
```
1313

14-
[![NPM license](http://img.shields.io/npm/l/@aureooms/js-dll.svg?style=flat)](https://raw.githubusercontent.com/aureooms/js-dll/master/LICENSE)
15-
[![NPM version](http://img.shields.io/npm/v/@aureooms/js-dll.svg?style=flat)](https://www.npmjs.org/package/@aureooms/js-dll)
16-
[![Bower version](http://img.shields.io/bower/v/@aureooms/js-dll.svg?style=flat)](http://bower.io/search/?q=@aureooms/js-dll)
17-
[![Build Status](http://img.shields.io/travis/aureooms/js-dll.svg?style=flat)](https://travis-ci.org/aureooms/js-dll)
18-
[![Coverage Status](http://img.shields.io/coveralls/aureooms/js-dll.svg?style=flat)](https://coveralls.io/r/aureooms/js-dll)
19-
[![Dependencies Status](http://img.shields.io/david/aureooms/js-dll.svg?style=flat)](https://david-dm.org/aureooms/js-dll#info=dependencies)
20-
[![devDependencies Status](http://img.shields.io/david/dev/aureooms/js-dll.svg?style=flat)](https://david-dm.org/aureooms/js-dll#info=devDependencies)
21-
[![Code Climate](http://img.shields.io/codeclimate/github/aureooms/js-dll.svg?style=flat)](https://codeclimate.com/github/aureooms/js-dll)
22-
[![NPM downloads per month](http://img.shields.io/npm/dm/@aureooms/js-dll.svg?style=flat)](https://www.npmjs.org/package/@aureooms/js-dll)
23-
[![GitHub issues](http://img.shields.io/github/issues/aureooms/js-dll.svg?style=flat)](https://github.com/aureooms/js-dll/issues)
14+
[![NPM license](https://img.shields.io/npm/l/@aureooms/js-dll.svg?style=flat)](https://raw.githubusercontent.com/aureooms/js-dll/master/LICENSE)
15+
[![NPM version](https://img.shields.io/npm/v/@aureooms/js-dll.svg?style=flat)](https://www.npmjs.org/package/@aureooms/js-dll)
16+
[![Bower version](https://img.shields.io/bower/v/@aureooms/js-dll.svg?style=flat)](http://bower.io/search/?q=@aureooms/js-dll)
17+
[![Build Status](https://img.shields.io/travis/aureooms/js-dll.svg?style=flat)](https://travis-ci.org/aureooms/js-dll)
18+
[![Coverage Status](https://img.shields.io/coveralls/aureooms/js-dll.svg?style=flat)](https://coveralls.io/r/aureooms/js-dll)
19+
[![Dependencies Status](https://img.shields.io/david/aureooms/js-dll.svg?style=flat)](https://david-dm.org/aureooms/js-dll#info=dependencies)
20+
[![devDependencies Status](https://img.shields.io/david/dev/aureooms/js-dll.svg?style=flat)](https://david-dm.org/aureooms/js-dll#info=devDependencies)
21+
[![Code Climate](https://img.shields.io/codeclimate/github/aureooms/js-dll.svg?style=flat)](https://codeclimate.com/github/aureooms/js-dll)
22+
[![NPM downloads per month](https://img.shields.io/npm/dm/@aureooms/js-dll.svg?style=flat)](https://www.npmjs.org/package/@aureooms/js-dll)
23+
[![GitHub issues](https://img.shields.io/github/issues/aureooms/js-dll.svg?style=flat)](https://github.com/aureooms/js-dll/issues)
2424
[![Inline docs](http://inch-ci.org/github/aureooms/js-dll.svg?branch=master&style=shields)](http://inch-ci.org/github/aureooms/js-dll)
2525

2626
Can be managed through [jspm](https://github.com/jspm/jspm-cli),

0 commit comments

Comments
 (0)