Skip to content

Commit

Permalink
😒 chore: Rename package.
Browse files Browse the repository at this point in the history
  • Loading branch information
make-github-pseudonymous-again committed Dec 21, 2021
1 parent 5492f1a commit 1a55a47
Show file tree
Hide file tree
Showing 7 changed files with 30 additions and 29 deletions.
2 changes: 1 addition & 1 deletion .esdoc.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"autoPrivate": true
},
"brand": {
"title": "@aureooms/js-radix-sort"
"title": "@integer-sorting/radix-sort"
},
"test": {
"type": "ava",
Expand Down
31 changes: 16 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,21 @@
:oden: [@aureooms/js-radix-sort](https://make-github-pseudonymous-again.github.io/js-radix-sort)
:oden:
[@integer-sorting/radix-sort](https://integer-sorting.github.io/radix-sort)
==

Radix sorting algorithms for JavaScript.
Parent is [@aureooms/js-sort](https://github.com/make-github-pseudonymous-again/js-sort).
Parent is [js-sorting](https://github.com/make-github-pseudonymous-again/js-sorting).

[![License](https://img.shields.io/github/license/make-github-pseudonymous-again/js-radix-sort.svg)](https://raw.githubusercontent.com/make-github-pseudonymous-again/js-radix-sort/main/LICENSE)
[![Version](https://img.shields.io/npm/v/@aureooms/js-radix-sort.svg)](https://www.npmjs.org/package/@aureooms/js-radix-sort)
[![Build](https://img.shields.io/travis/make-github-pseudonymous-again/js-radix-sort/main.svg)](https://travis-ci.org/make-github-pseudonymous-again/js-radix-sort/branches)
[![Dependencies](https://img.shields.io/david/make-github-pseudonymous-again/js-radix-sort.svg)](https://david-dm.org/make-github-pseudonymous-again/js-radix-sort)
[![Dev dependencies](https://img.shields.io/david/dev/make-github-pseudonymous-again/js-radix-sort.svg)](https://david-dm.org/make-github-pseudonymous-again/js-radix-sort?type=dev)
[![GitHub issues](https://img.shields.io/github/issues/make-github-pseudonymous-again/js-radix-sort.svg)](https://github.com/make-github-pseudonymous-again/js-radix-sort/issues)
[![Downloads](https://img.shields.io/npm/dm/@aureooms/js-radix-sort.svg)](https://www.npmjs.org/package/@aureooms/js-radix-sort)
[![License](https://img.shields.io/github/license/integer-sorting/radix-sort.svg)](https://raw.githubusercontent.com/integer-sorting/radix-sort/main/LICENSE)
[![Version](https://img.shields.io/npm/v/@integer-sorting/radix-sort.svg)](https://www.npmjs.org/package/@integer-sorting/radix-sort)
[![Build](https://img.shields.io/travis/integer-sorting/radix-sort/main.svg)](https://travis-ci.org/integer-sorting/radix-sort/branches)
[![Dependencies](https://img.shields.io/david/integer-sorting/radix-sort.svg)](https://david-dm.org/integer-sorting/radix-sort)
[![Dev dependencies](https://img.shields.io/david/dev/integer-sorting/radix-sort.svg)](https://david-dm.org/integer-sorting/radix-sort?type=dev)
[![GitHub issues](https://img.shields.io/github/issues/integer-sorting/radix-sort.svg)](https://github.com/integer-sorting/radix-sort/issues)
[![Downloads](https://img.shields.io/npm/dm/@integer-sorting/radix-sort.svg)](https://www.npmjs.org/package/@integer-sorting/radix-sort)

[![Code issues](https://img.shields.io/codeclimate/issues/make-github-pseudonymous-again/js-radix-sort.svg)](https://codeclimate.com/github/make-github-pseudonymous-again/js-radix-sort/issues)
[![Code maintainability](https://img.shields.io/codeclimate/maintainability/make-github-pseudonymous-again/js-radix-sort.svg)](https://codeclimate.com/github/make-github-pseudonymous-again/js-radix-sort/trends/churn)
[![Code coverage (cov)](https://img.shields.io/codecov/c/gh/make-github-pseudonymous-again/js-radix-sort/main.svg)](https://codecov.io/gh/make-github-pseudonymous-again/js-radix-sort)
[![Code technical debt](https://img.shields.io/codeclimate/tech-debt/make-github-pseudonymous-again/js-radix-sort.svg)](https://codeclimate.com/github/make-github-pseudonymous-again/js-radix-sort/trends/technical_debt)
[![Documentation](https://make-github-pseudonymous-again.github.io/js-radix-sort//badge.svg)](https://make-github-pseudonymous-again.github.io/js-radix-sort//source.html)
[![Package size](https://img.shields.io/bundlephobia/minzip/@aureooms/js-radix-sort)](https://bundlephobia.com/result?p=@aureooms/js-radix-sort)
[![Code issues](https://img.shields.io/codeclimate/issues/integer-sorting/radix-sort.svg)](https://codeclimate.com/github/integer-sorting/radix-sort/issues)
[![Code maintainability](https://img.shields.io/codeclimate/maintainability/integer-sorting/radix-sort.svg)](https://codeclimate.com/github/integer-sorting/radix-sort/trends/churn)
[![Code coverage (cov)](https://img.shields.io/codecov/c/gh/integer-sorting/radix-sort/main.svg)](https://codecov.io/gh/integer-sorting/radix-sort)
[![Code technical debt](https://img.shields.io/codeclimate/tech-debt/integer-sorting/radix-sort.svg)](https://codeclimate.com/github/integer-sorting/radix-sort/trends/technical_debt)
[![Documentation](https://integer-sorting.github.io/radix-sort/badge.svg)](https://integer-sorting.github.io/radix-sort/source.html)
[![Package size](https://img.shields.io/bundlephobia/minzip/@integer-sorting/radix-sort)](https://bundlephobia.com/result?p=@integer-sorting/radix-sort)
2 changes: 1 addition & 1 deletion doc/manual/example.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Examples

> More examples in [the test files](https://github.com/make-github-pseudonymous-again/js-radix-sort/tree/main/test/src).
> More examples in [the test files](https://github.com/integer-sorting/radix-sort/tree/main/test/src).
6 changes: 3 additions & 3 deletions doc/manual/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ or [jspm](https://jspm.org/docs).

### yarn
```terminal
yarn add @aureooms/js-radix-sort
yarn add @integer-sorting/radix-sort
```

### npm
```terminal
npm install @aureooms/js-radix-sort --save
npm install @integer-sorting/radix-sort --save
```

### jspm
```terminal
jspm install npm:@aureooms/js-radix-sort
jspm install npm:@integer-sorting/radix-sort
```
4 changes: 2 additions & 2 deletions doc/manual/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import 'regenerator-runtime/runtime.js' ;

Then, import the library where needed
```js
const radixsort = require( '@aureooms/js-radix-sort' ) ;
const radixsort = require( '@integer-sorting/radix-sort' ) ;
// or
import * as radixsort from '@aureooms/js-radix-sort' ;
import * as radixsort from '@integer-sorting/radix-sort' ;
```
4 changes: 2 additions & 2 deletions doc/scripts/header.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ const domReady = function (callback) {
domReady(() => {
const projectname = document.createElement('a');
projectname.classList.add('project-name');
projectname.text = 'aureooms/js-radix-sort';
projectname.text = 'integer-sorting/radix-sort';
projectname.href = './index.html';

const header = document.querySelectorAll('header')[0];
header.insertBefore(projectname, header.firstChild);

const testlink = document.querySelector('header > a[data-ice="testLink"]');
testlink.href = 'https://coveralls.io/github/make-github-pseudonymous-again/js-radix-sort';
testlink.href = 'https://coveralls.io/github/integer-sorting/radix-sort';
testlink.target = '_BLANK';

const searchBox = document.querySelector('.search-box');
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "@aureooms/js-radix-sort",
"name": "@integer-sorting/radix-sort",
"description": "Radix sorting algorithms for JavaScript",
"version": "2.0.1",
"author": "aureooms",
"author": "make-github-pseudonymous-again",
"ava": {
"files": [
"test/src/**/*"
Expand Down Expand Up @@ -73,7 +73,7 @@
}
},
"bugs": {
"url": "https://github.com/make-github-pseudonymous-again/js-radix-sort/issues"
"url": "https://github.com/integer-sorting/radix-sort/issues"
},
"dependencies": {
"@combinatorics/permutation": "^4.0.0"
Expand Down Expand Up @@ -111,7 +111,7 @@
"files": [
"lib"
],
"homepage": "http://make-github-pseudonymous-again.github.io/js-radix-sort/",
"homepage": "http://integer-sorting.github.io/radix-sort",
"keywords": [
"agpl",
"algorithms",
Expand All @@ -129,7 +129,7 @@
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "https://github.com/make-github-pseudonymous-again/js-radix-sort.git"
"url": "https://github.com/integer-sorting/radix-sort.git"
},
"scripts": {
"build": "babel --delete-dir-on-start --env-name production src -d lib",
Expand Down

0 comments on commit 1a55a47

Please sign in to comment.