@@ -12,18 +12,18 @@ import {dict, encode, decode} from '@aureooms/js-lempel-ziv/lz78' ;
1212[... decode (dict (), encode (dict (), ' abcd' ))].join (' ' ); // abcd
1313```
1414
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 )
1616[ ![ 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 )
1818[ ![ Dependencies] ( https://img.shields.io/david/aureooms/js-lempel-ziv.svg )] ( https://david-dm.org/aureooms/js-lempel-ziv )
1919[ ![ Dev dependencies] ( https://img.shields.io/david/dev/aureooms/js-lempel-ziv.svg )] ( https://david-dm.org/aureooms/js-lempel-ziv?type=dev )
2020[ ![ GitHub issues] ( https://img.shields.io/github/issues/aureooms/js-lempel-ziv.svg )] ( https://github.com/aureooms/js-lempel-ziv/issues )
2121[ ![ Downloads] ( https://img.shields.io/npm/dm/@aureooms/js-lempel-ziv.svg )] ( https://www.npmjs.org/package/@aureooms/js-lempel-ziv )
2222
2323[ ![ Code issues] ( https://img.shields.io/codeclimate/issues/aureooms/js-lempel-ziv.svg )] ( https://codeclimate.com/github/aureooms/js-lempel-ziv/issues )
2424[ ![ 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)-->
2727<!-- [](https://codeclimate.com/github/aureooms/js-lempel-ziv/trends/test_coverage_new_code)-->
2828[ ![ 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 )
2929[ ![ Documentation] ( https://aureooms.github.io/js-lempel-ziv/badge.svg )] ( https://aureooms.github.io/js-lempel-ziv/source.html )
0 commit comments