@@ -21,16 +21,20 @@ let {
21
21
} = collections ;
22
22
```
23
23
24
- [ ![ License] ( https://img.shields.io/github/license/aureooms/js-collections.svg?style=flat )] ( https://raw.githubusercontent.com/aureooms/js-collections/master/LICENSE )
25
- [ ![ NPM version] ( https://img.shields.io/npm/v/@aureooms/js-collections.svg?style=flat )] ( https://www.npmjs.org/package/@aureooms/js-collections )
26
- [ ![ Build Status] ( https://img.shields.io/travis/aureooms/js-collections.svg?style=flat )] ( https://travis-ci.org/aureooms/js-collections )
27
- [ ![ Coverage Status] ( https://img.shields.io/coveralls/aureooms/js-collections.svg?style=flat )] ( https://coveralls.io/r/aureooms/js-collections )
28
- [ ![ Dependencies Status] ( https://img.shields.io/david/aureooms/js-collections.svg?style=flat )] ( https://david-dm.org/aureooms/js-collections#info=dependencies )
29
- [ ![ devDependencies Status] ( https://img.shields.io/david/dev/aureooms/js-collections.svg?style=flat )] ( https://david-dm.org/aureooms/js-collections#info=devDependencies )
30
- [ ![ Code Climate] ( https://img.shields.io/codeclimate/github/aureooms/js-collections.svg?style=flat )] ( https://codeclimate.com/github/aureooms/js-collections )
31
- [ ![ NPM downloads per month] ( https://img.shields.io/npm/dm/@aureooms/js-collections.svg?style=flat )] ( https://www.npmjs.org/package/@aureooms/js-collections )
32
- [ ![ GitHub issues] ( https://img.shields.io/github/issues/aureooms/js-collections.svg?style=flat )] ( https://github.com/aureooms/js-collections/issues )
33
- [ ![ Documentation] ( https://aureooms.github.io/js-collections/badge.svg )] ( https://aureooms.github.io/js-collections/source.html )
24
+ [ ![ License] ( https://img.shields.io/github/license/aureooms/js-collections.svg )] ( https://raw.githubusercontent.com/aureooms/js-collections/master/LICENSE )
25
+ [ ![ Version] ( https://img.shields.io/npm/v/@aureooms/js-collections.svg )] ( https://www.npmjs.org/package/@aureooms/js-collections )
26
+ [ ![ Build] ( https://img.shields.io/travis/aureooms/js-collections/master.svg )] ( https://travis-ci.org/aureooms/js-collections/branches )
27
+ [ ![ Dependencies] ( https://img.shields.io/david/aureooms/js-collections.svg )] ( https://david-dm.org/aureooms/js-collections )
28
+ [ ![ Dev dependencies] ( https://img.shields.io/david/dev/aureooms/js-collections.svg )] ( https://david-dm.org/aureooms/js-collections?type=dev )
29
+ [ ![ GitHub issues] ( https://img.shields.io/github/issues/aureooms/js-collections.svg )] ( https://github.com/aureooms/js-collections/issues )
30
+ [ ![ Downloads] ( https://img.shields.io/npm/dm/@aureooms/js-collections.svg )] ( https://www.npmjs.org/package/@aureooms/js-collections )
31
+
32
+ [ ![ Code issues] ( https://img.shields.io/codeclimate/issues/aureooms/js-collections.svg )] ( https://codeclimate.com/github/aureooms/js-collections/issues )
33
+ [ ![ Code maintainability] ( https://img.shields.io/codeclimate/maintainability/aureooms/js-collections.svg )] ( https://codeclimate.com/github/aureooms/js-collections/trends/churn )
34
+ [ ![ Code coverage (cov)] ( https://img.shields.io/codecov/c/gh/aureooms/js-collections/master.svg )] ( https://codecov.io/gh/aureooms/js-collections )
35
+ [ ![ Code technical debt] ( https://img.shields.io/codeclimate/tech-debt/aureooms/js-collections.svg )] ( https://codeclimate.com/github/aureooms/js-collections/trends/technical_debt )
36
+ [ ![ Documentation] ( https://aureooms.github.io/js-collections//badge.svg )] ( https://aureooms.github.io/js-collections//source.html )
37
+ [ ![ Package size] ( https://img.shields.io/bundlephobia/minzip/@aureooms/js-collections )] ( https://bundlephobia.com/result?p=@aureooms/js-collections )
34
38
35
39
## Children
36
40
The implementation of this package is split over several children packages:
0 commit comments