@@ -12,18 +12,18 @@ import {dict, encode, decode} from '@aureooms/js-lempel-ziv/lz78' ;
12
12
[... decode (dict (), encode (dict (), ' abcd' ))].join (' ' ); // abcd
13
13
```
14
14
15
- [ ![ License] ( https://img.shields.io/github/license/aureooms/js-lempel-ziv.svg )] ( https://raw.githubusercontent.com/aureooms/js-lempel-ziv/master /LICENSE )
15
+ [ ![ License] ( https://img.shields.io/github/license/aureooms/js-lempel-ziv.svg )] ( https://raw.githubusercontent.com/aureooms/js-lempel-ziv/main /LICENSE )
16
16
[ ![ Version] ( https://img.shields.io/npm/v/@aureooms/js-lempel-ziv.svg )] ( https://www.npmjs.org/package/@aureooms/js-lempel-ziv )
17
- [ ![ Build] ( https://img.shields.io/travis/aureooms/js-lempel-ziv/master .svg )] ( https://travis-ci.org/aureooms/js-lempel-ziv/branches )
17
+ [ ![ Build] ( https://img.shields.io/travis/aureooms/js-lempel-ziv/main .svg )] ( https://travis-ci.org/aureooms/js-lempel-ziv/branches )
18
18
[ ![ Dependencies] ( https://img.shields.io/david/aureooms/js-lempel-ziv.svg )] ( https://david-dm.org/aureooms/js-lempel-ziv )
19
19
[ ![ Dev dependencies] ( https://img.shields.io/david/dev/aureooms/js-lempel-ziv.svg )] ( https://david-dm.org/aureooms/js-lempel-ziv?type=dev )
20
20
[ ![ GitHub issues] ( https://img.shields.io/github/issues/aureooms/js-lempel-ziv.svg )] ( https://github.com/aureooms/js-lempel-ziv/issues )
21
21
[ ![ Downloads] ( https://img.shields.io/npm/dm/@aureooms/js-lempel-ziv.svg )] ( https://www.npmjs.org/package/@aureooms/js-lempel-ziv )
22
22
23
23
[ ![ Code issues] ( https://img.shields.io/codeclimate/issues/aureooms/js-lempel-ziv.svg )] ( https://codeclimate.com/github/aureooms/js-lempel-ziv/issues )
24
24
[ ![ Code maintainability] ( https://img.shields.io/codeclimate/maintainability/aureooms/js-lempel-ziv.svg )] ( https://codeclimate.com/github/aureooms/js-lempel-ziv/trends/churn )
25
- [ ![ Code coverage (cov)] ( https://img.shields.io/codecov/c/gh/aureooms/js-lempel-ziv/master .svg )] ( https://codecov.io/gh/aureooms/js-lempel-ziv )
26
- <!-- [](https://coveralls.io/r/aureooms/js-lempel-ziv)-->
25
+ [ ![ Code coverage (cov)] ( https://img.shields.io/codecov/c/gh/aureooms/js-lempel-ziv/main .svg )] ( https://codecov.io/gh/aureooms/js-lempel-ziv )
26
+ <!-- [](https://coveralls.io/r/aureooms/js-lempel-ziv)-->
27
27
<!-- [](https://codeclimate.com/github/aureooms/js-lempel-ziv/trends/test_coverage_new_code)-->
28
28
[ ![ Code technical debt] ( https://img.shields.io/codeclimate/tech-debt/aureooms/js-lempel-ziv.svg )] ( https://codeclimate.com/github/aureooms/js-lempel-ziv/trends/technical_debt )
29
29
[ ![ Documentation] ( https://aureooms.github.io/js-lempel-ziv/badge.svg )] ( https://aureooms.github.io/js-lempel-ziv/source.html )
0 commit comments