Skip to content

Commit bba98bd

Browse files
😒 chore: Rename package.
1 parent 9bd937e commit bba98bd

File tree

7 files changed

+30
-31
lines changed

7 files changed

+30
-31
lines changed

.esdoc.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"autoPrivate": true
1818
},
1919
"brand": {
20-
"title": "@aureooms/js-random"
20+
"title": "@randomized/random"
2121
},
2222
"test": {
2323
"type": "ava",

README.md

+17-17
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
:game_die: [@aureooms/js-random](https://make-github-pseudonymous-again.github.io/js-random)
1+
:game_die: [@randomized/random](https://randomized-algorithm.github.io/random)
22
==
33

44
<p align="center">
@@ -9,8 +9,8 @@
99
</p>
1010

1111
Randomness algorithms for JavaScript.
12-
See [docs](https://make-github-pseudonymous-again.github.io/js-random).
13-
Parent is [@aureooms/js-algorithms](https://make-github-pseudonymous-again.github.io/js-algorithms).
12+
See [docs](https://randomized-algorithm.github.io/random).
13+
Parent is [js-algorithms](https://make-github-pseudonymous-again.github.io/js-algorithms).
1414

1515
> :warning: Depending on your environment, the code may require
1616
> `regeneratorRuntime` to be defined, for instance by importing
@@ -22,20 +22,20 @@ import {
2222
randfloat , // randfloat(i, j) -> [i, j[
2323
sample , // /!\ in-place
2424
shuffle , // /!\ in-place
25-
} from '@aureooms/js-random' ;
25+
} from '@randomized/random' ;
2626
```
2727

28-
[![License](https://img.shields.io/github/license/make-github-pseudonymous-again/js-random.svg)](https://raw.githubusercontent.com/make-github-pseudonymous-again/js-random/main/LICENSE)
29-
[![Version](https://img.shields.io/npm/v/@aureooms/js-random.svg)](https://www.npmjs.org/package/@aureooms/js-random)
30-
[![Tests](https://img.shields.io/github/workflow/status/make-github-pseudonymous-again/js-random/ci:test?event=push&label=tests)](https://github.com/make-github-pseudonymous-again/js-random/actions/workflows/ci:test.yml?query=branch:main)
31-
[![Dependencies](https://img.shields.io/david/make-github-pseudonymous-again/js-random.svg)](https://david-dm.org/make-github-pseudonymous-again/js-random)
32-
[![Dev dependencies](https://img.shields.io/david/dev/make-github-pseudonymous-again/js-random.svg)](https://david-dm.org/make-github-pseudonymous-again/js-random?type=dev)
33-
[![GitHub issues](https://img.shields.io/github/issues/make-github-pseudonymous-again/js-random.svg)](https://github.com/make-github-pseudonymous-again/js-random/issues)
34-
[![Downloads](https://img.shields.io/npm/dm/@aureooms/js-random.svg)](https://www.npmjs.org/package/@aureooms/js-random)
28+
[![License](https://img.shields.io/github/license/randomized-algorithm/random.svg)](https://raw.githubusercontent.com/randomized-algorithm/random/main/LICENSE)
29+
[![Version](https://img.shields.io/npm/v/@randomized/random.svg)](https://www.npmjs.org/package/@randomized/random)
30+
[![Tests](https://img.shields.io/github/workflow/status/randomized-algorithm/random/ci:test?event=push&label=tests)](https://github.com/randomized-algorithm/random/actions/workflows/ci:test.yml?query=branch:main)
31+
[![Dependencies](https://img.shields.io/david/randomized-algorithm/random.svg)](https://david-dm.org/randomized-algorithm/random)
32+
[![Dev dependencies](https://img.shields.io/david/dev/randomized-algorithm/random.svg)](https://david-dm.org/randomized-algorithm/random?type=dev)
33+
[![GitHub issues](https://img.shields.io/github/issues/randomized-algorithm/random.svg)](https://github.com/randomized-algorithm/random/issues)
34+
[![Downloads](https://img.shields.io/npm/dm/@randomized/random.svg)](https://www.npmjs.org/package/@randomized/random)
3535

36-
[![Code issues](https://img.shields.io/codeclimate/issues/make-github-pseudonymous-again/js-random.svg)](https://codeclimate.com/github/make-github-pseudonymous-again/js-random/issues)
37-
[![Code maintainability](https://img.shields.io/codeclimate/maintainability/make-github-pseudonymous-again/js-random.svg)](https://codeclimate.com/github/make-github-pseudonymous-again/js-random/trends/churn)
38-
[![Code coverage (cov)](https://img.shields.io/codecov/c/gh/make-github-pseudonymous-again/js-random/main.svg)](https://codecov.io/gh/make-github-pseudonymous-again/js-random)
39-
[![Code technical debt](https://img.shields.io/codeclimate/tech-debt/make-github-pseudonymous-again/js-random.svg)](https://codeclimate.com/github/make-github-pseudonymous-again/js-random/trends/technical_debt)
40-
[![Documentation](https://make-github-pseudonymous-again.github.io/js-random/badge.svg)](https://make-github-pseudonymous-again.github.io/js-random/source.html)
41-
[![Package size](https://img.shields.io/bundlephobia/minzip/@aureooms/js-random)](https://bundlephobia.com/result?p=@aureooms/js-random)
36+
[![Code issues](https://img.shields.io/codeclimate/issues/randomized-algorithm/random.svg)](https://codeclimate.com/github/randomized-algorithm/random/issues)
37+
[![Code maintainability](https://img.shields.io/codeclimate/maintainability/randomized-algorithm/random.svg)](https://codeclimate.com/github/randomized-algorithm/random/trends/churn)
38+
[![Code coverage (cov)](https://img.shields.io/codecov/c/gh/randomized-algorithm/random/main.svg)](https://codecov.io/gh/randomized-algorithm/random)
39+
[![Code technical debt](https://img.shields.io/codeclimate/tech-debt/randomized-algorithm/random.svg)](https://codeclimate.com/github/randomized-algorithm/random/trends/technical_debt)
40+
[![Documentation](https://randomized-algorithm.github.io/random/badge.svg)](https://randomized-algorithm.github.io/random/source.html)
41+
[![Package size](https://img.shields.io/bundlephobia/minzip/@randomized/random)](https://bundlephobia.com/result?p=@randomized/random)

doc/manual/example.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Examples
22
```js
3-
import { randint , randfloat , sample , shuffle } from '@aureooms/js-random' ;
3+
import { randint , randfloat , sample , shuffle } from '@randomized/random' ;
44

55
randfloat( 0 , 1 ) ; // 0.19876947347074747
66
randfloat( 0 , 1 ) ; // 0.23755912738852203

doc/manual/installation.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ or [npm](https://github.com/npm/npm).
55

66
### jspm
77
```terminal
8-
jspm install npm:@aureooms/js-random
8+
jspm install npm:@randomized/random
99
```
1010

1111
### npm
1212
```terminal
13-
npm install @aureooms/js-random --save
13+
npm install @randomized/random --save
1414
```

doc/manual/usage.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import 'regenerator-runtime/runtime.js' ;
1212

1313
Then
1414
```js
15-
const { ... } = require( '@aureooms/js-random' ) ;
15+
const { ... } = require( '@randomized/random' ) ;
1616
// or
17-
import { ... } from '@aureooms/js-random' ;
17+
import { ... } from '@randomized/random' ;
1818
```

doc/scripts/header.js

+2-3
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,14 @@ const domReady = function (callback) {
1010
domReady(() => {
1111
const projectname = document.createElement('a');
1212
projectname.classList.add('project-name');
13-
projectname.text = 'aureooms/js-random';
13+
projectname.text = 'randomized/random';
1414
projectname.href = './index.html';
1515

1616
const header = document.querySelector('header');
1717
header.insertBefore(projectname, header.firstChild);
1818

1919
const testlink = document.querySelector('header > a[data-ice="testLink"]');
20-
testlink.href =
21-
'https://coveralls.io/github/make-github-pseudonymous-again/js-random';
20+
testlink.href = 'https://coveralls.io/github/randomized-algorithm/random';
2221
testlink.target = '_BLANK';
2322

2423
const searchBox = document.querySelector('.search-box');

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
2-
"name": "@aureooms/js-random",
2+
"name": "@randomized/random",
33
"description": "Randomness algorithms for JavaScript",
44
"version": "3.4.0",
55
"license": "AGPL-3.0",
6-
"author": "Aurélien Ooms <[email protected]>",
7-
"homepage": "https://make-github-pseudonymous-again.github.io/js-random",
6+
"author": "make-github-pseudonymous-again",
7+
"homepage": "https://randomized-algorithm.github.io/random",
88
"repository": {
9-
"url": "https://github.com/make-github-pseudonymous-again/js-random",
9+
"url": "https://github.com/randomized-algorithm/random",
1010
"type": "git"
1111
},
1212
"bugs": {
13-
"url": "https://github.com/make-github-pseudonymous-again/js-random/issues"
13+
"url": "https://github.com/randomized-algorithm/random/issues"
1414
},
1515
"keywords": [
1616
"javascript",

0 commit comments

Comments
 (0)