File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4
4
Radix sorting algorithms for JavaScript.
5
5
Parent is [ @aureooms/js-sort ] ( https://github.com/aureooms/js-sort ) .
6
6
7
- [ ![ License] ( https://img.shields.io/github/license/aureooms/js-radix-sort.svg )] ( https://raw.githubusercontent.com/aureooms/js-radix-sort/master /LICENSE )
7
+ [ ![ License] ( https://img.shields.io/github/license/aureooms/js-radix-sort.svg )] ( https://raw.githubusercontent.com/aureooms/js-radix-sort/main /LICENSE )
8
8
[ ![ Version] ( https://img.shields.io/npm/v/@aureooms/js-radix-sort.svg )] ( https://www.npmjs.org/package/@aureooms/js-radix-sort )
9
- [ ![ Build] ( https://img.shields.io/travis/aureooms/js-radix-sort/master .svg )] ( https://travis-ci.org/aureooms/js-radix-sort/branches )
9
+ [ ![ Build] ( https://img.shields.io/travis/aureooms/js-radix-sort/main .svg )] ( https://travis-ci.org/aureooms/js-radix-sort/branches )
10
10
[ ![ Dependencies] ( https://img.shields.io/david/aureooms/js-radix-sort.svg )] ( https://david-dm.org/aureooms/js-radix-sort )
11
11
[ ![ Dev dependencies] ( https://img.shields.io/david/dev/aureooms/js-radix-sort.svg )] ( https://david-dm.org/aureooms/js-radix-sort?type=dev )
12
12
[ ![ GitHub issues] ( https://img.shields.io/github/issues/aureooms/js-radix-sort.svg )] ( https://github.com/aureooms/js-radix-sort/issues )
13
13
[ ![ Downloads] ( https://img.shields.io/npm/dm/@aureooms/js-radix-sort.svg )] ( https://www.npmjs.org/package/@aureooms/js-radix-sort )
14
14
15
15
[ ![ Code issues] ( https://img.shields.io/codeclimate/issues/aureooms/js-radix-sort.svg )] ( https://codeclimate.com/github/aureooms/js-radix-sort/issues )
16
16
[ ![ Code maintainability] ( https://img.shields.io/codeclimate/maintainability/aureooms/js-radix-sort.svg )] ( https://codeclimate.com/github/aureooms/js-radix-sort/trends/churn )
17
- [ ![ Code coverage (cov)] ( https://img.shields.io/codecov/c/gh/aureooms/js-radix-sort/master .svg )] ( https://codecov.io/gh/aureooms/js-radix-sort )
17
+ [ ![ Code coverage (cov)] ( https://img.shields.io/codecov/c/gh/aureooms/js-radix-sort/main .svg )] ( https://codecov.io/gh/aureooms/js-radix-sort )
18
18
[ ![ Code technical debt] ( https://img.shields.io/codeclimate/tech-debt/aureooms/js-radix-sort.svg )] ( https://codeclimate.com/github/aureooms/js-radix-sort/trends/technical_debt )
19
19
[ ![ Documentation] ( https://aureooms.github.io/js-radix-sort//badge.svg )] ( https://aureooms.github.io/js-radix-sort//source.html )
20
20
[ ![ Package size] ( https://img.shields.io/bundlephobia/minzip/@aureooms/js-radix-sort )] ( https://bundlephobia.com/result?p=@aureooms/js-radix-sort )
Original file line number Diff line number Diff line change 1
1
# Examples
2
2
3
- > More examples in [ the test files] ( https://github.com/aureooms/js-radix-sort/tree/master /test/src ) .
3
+ > More examples in [ the test files] ( https://github.com/aureooms/js-radix-sort/tree/main /test/src ) .
You can’t perform that action at this time.
0 commit comments