Skip to content

Commit fc978d2

Browse files
😒 chore: Rename package.
1 parent 3c3700f commit fc978d2

File tree

7 files changed

+30
-30
lines changed

7 files changed

+30
-30
lines changed

.esdoc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"autoPrivate": true
3636
},
3737
"brand": {
38-
"title": "@aureooms/js-permutation"
38+
"title": "@combinatorics/permutation"
3939
},
4040
"test": {
4141
"type": "ava",

README.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
:seat: [@aureooms/js-permutation](https://make-github-pseudonymous-again.github.io/js-permutation)
1+
:seat: [@combinatorics/permutation](https://computational-combinatorics.github.io/permutation)
22
==
33

44
<p align="center">
@@ -13,25 +13,25 @@ User:Watchduck
1313
</p>
1414

1515
Permutation library for JavaScript.
16-
See [docs](https://make-github-pseudonymous-again.github.io/js-permutation).
17-
Parent is [@aureooms/js-algorithms](https://github.com/make-github-pseudonymous-again/js-algorithms).
16+
See [docs](https://computational-combinatorics.github.io/permutation).
17+
Parent is [js-algorithms](https://github.com/make-github-pseudonymous-again/js-algorithms).
1818

1919
```js
20-
import { next , reversed , identity } from '@aureooms/js-permutation' ;
20+
import { next , reversed , identity } from '@combinatorics/permutation' ;
2121
next( reversed( identity( 3 ) ) ) ; // [ 0 , 1 , 2 ]
2222
```
2323

24-
[![License](https://img.shields.io/github/license/make-github-pseudonymous-again/js-permutation.svg)](https://raw.githubusercontent.com/make-github-pseudonymous-again/js-permutation/main/LICENSE)
25-
[![Version](https://img.shields.io/npm/v/@aureooms/js-permutation.svg)](https://www.npmjs.org/package/@aureooms/js-permutation)
26-
[![Build](https://img.shields.io/travis/make-github-pseudonymous-again/js-permutation/main.svg)](https://travis-ci.org/make-github-pseudonymous-again/js-permutation/branches)
27-
[![Dependencies](https://img.shields.io/david/make-github-pseudonymous-again/js-permutation.svg)](https://david-dm.org/make-github-pseudonymous-again/js-permutation)
28-
[![Dev dependencies](https://img.shields.io/david/dev/make-github-pseudonymous-again/js-permutation.svg)](https://david-dm.org/make-github-pseudonymous-again/js-permutation?type=dev)
29-
[![GitHub issues](https://img.shields.io/github/issues/make-github-pseudonymous-again/js-permutation.svg)](https://github.com/make-github-pseudonymous-again/js-permutation/issues)
30-
[![Downloads](https://img.shields.io/npm/dm/@aureooms/js-permutation.svg)](https://www.npmjs.org/package/@aureooms/js-permutation)
24+
[![License](https://img.shields.io/github/license/computational-combinatorics/permutation.svg)](https://raw.githubusercontent.com/computational-combinatorics/permutation/main/LICENSE)
25+
[![Version](https://img.shields.io/npm/v/@combinatorics/permutation.svg)](https://www.npmjs.org/package/@combinatorics/permutation)
26+
[![Build](https://img.shields.io/travis/computational-combinatorics/permutation/main.svg)](https://travis-ci.org/computational-combinatorics/permutation/branches)
27+
[![Dependencies](https://img.shields.io/david/computational-combinatorics/permutation.svg)](https://david-dm.org/computational-combinatorics/permutation)
28+
[![Dev dependencies](https://img.shields.io/david/dev/computational-combinatorics/permutation.svg)](https://david-dm.org/computational-combinatorics/permutation?type=dev)
29+
[![GitHub issues](https://img.shields.io/github/issues/computational-combinatorics/permutation.svg)](https://github.com/computational-combinatorics/permutation/issues)
30+
[![Downloads](https://img.shields.io/npm/dm/@combinatorics/permutation.svg)](https://www.npmjs.org/package/@combinatorics/permutation)
3131

32-
[![Code issues](https://img.shields.io/codeclimate/issues/make-github-pseudonymous-again/js-permutation.svg)](https://codeclimate.com/github/make-github-pseudonymous-again/js-permutation/issues)
33-
[![Code maintainability](https://img.shields.io/codeclimate/maintainability/make-github-pseudonymous-again/js-permutation.svg)](https://codeclimate.com/github/make-github-pseudonymous-again/js-permutation/trends/churn)
34-
[![Code coverage (cov)](https://img.shields.io/codecov/c/gh/make-github-pseudonymous-again/js-permutation/main.svg)](https://codecov.io/gh/make-github-pseudonymous-again/js-permutation)
35-
[![Code technical debt](https://img.shields.io/codeclimate/tech-debt/make-github-pseudonymous-again/js-permutation.svg)](https://codeclimate.com/github/make-github-pseudonymous-again/js-permutation/trends/technical_debt)
36-
[![Documentation](https://make-github-pseudonymous-again.github.io/js-permutation/badge.svg)](https://make-github-pseudonymous-again.github.io/js-permutation/source.html)
37-
[![Package size](https://img.shields.io/bundlephobia/minzip/@aureooms/js-permutation)](https://bundlephobia.com/result?p=@aureooms/js-permutation)
32+
[![Code issues](https://img.shields.io/codeclimate/issues/computational-combinatorics/permutation.svg)](https://codeclimate.com/github/computational-combinatorics/permutation/issues)
33+
[![Code maintainability](https://img.shields.io/codeclimate/maintainability/computational-combinatorics/permutation.svg)](https://codeclimate.com/github/computational-combinatorics/permutation/trends/churn)
34+
[![Code coverage (cov)](https://img.shields.io/codecov/c/gh/computational-combinatorics/permutation/main.svg)](https://codecov.io/gh/computational-combinatorics/permutation)
35+
[![Code technical debt](https://img.shields.io/codeclimate/tech-debt/computational-combinatorics/permutation.svg)](https://codeclimate.com/github/computational-combinatorics/permutation/trends/technical_debt)
36+
[![Documentation](https://computational-combinatorics.github.io/permutation/badge.svg)](https://computational-combinatorics.github.io/permutation/source.html)
37+
[![Package size](https://img.shields.io/bundlephobia/minzip/@combinatorics/permutation)](https://bundlephobia.com/result?p=@combinatorics/permutation)

doc/manual/example.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import {
55
identity ,
66
reversed ,
77
next
8-
} from '@aureooms/js-permutation' ;
8+
} from '@combinatorics/permutation' ;
99

1010
let sigma = identity( 3 ) ;
1111

@@ -16,7 +16,7 @@ reversed( sigma ) ; // [ 2 , 1 , 0 ]
1616
next( sigma ) ; // [ 0 , 2 , 1 ]
1717

1818

19-
import { permutations } from '@aureooms/js-permutation' ;
19+
import { permutations } from '@combinatorics/permutation' ;
2020

2121
for ( let tau of permutations( 3 ) ) {
2222

@@ -30,7 +30,7 @@ for ( let tau of permutations( 3 ) ) {
3030
}
3131

3232

33-
import { invert } from '@aureooms/js-permutation' ;
33+
import { invert } from '@combinatorics/permutation' ;
3434

3535
invert( [ 0 , 1 , 2 ] ) ; // [ 0 , 1 , 2 ]
3636
invert( [ 0 , 2 , 1 ] ) ; // [ 0 , 2 , 1 ]
@@ -40,12 +40,12 @@ invert( [ 2 , 0 , 1 ] ) ; // [ 1 , 2 , 0 ]
4040
invert( [ 2 , 1 , 0 ] ) ; // [ 2 , 1 , 0 ]
4141

4242

43-
import { compose } from '@aureooms/js-permutation' ;
43+
import { compose } from '@combinatorics/permutation' ;
4444

4545
compose( "abc" , [ 2 , 0 , 1 ] ) ; // [ "c" , "a" , "b" ]
4646

4747

48-
import { bitreversal } from '@aureooms/js-permutation' ;
48+
import { bitreversal } from '@combinatorics/permutation' ;
4949

5050
bitreversal( 8 ) ; // [ 0 , 4 , 2 , 6 , 1 , 5 , 3 , 7 ]
5151
```

doc/manual/installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ or [npm](https://github.com/npm/npm).
66

77
### jspm
88
```terminal
9-
jspm install npm:@aureooms/js-permutation
9+
jspm install npm:@combinatorics/permutation
1010
```
1111

1212
### npm
1313
```terminal
14-
npm install @aureooms/js-permutation --save
14+
npm install @combinatorics/permutation --save
1515
```

doc/manual/usage.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import 'regenerator-runtime/runtime' ;
1010

1111
Then
1212
```js
13-
const permutation = require( '@aureooms/js-permutation' ) ;
13+
const permutation = require( '@combinatorics/permutation' ) ;
1414
// or
15-
import * as permutation from '@aureooms/js-permutation' ;
15+
import * as permutation from '@combinatorics/permutation' ;
1616
```

doc/scripts/header.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ domReady(function(){
1313

1414
var projectname = document.createElement('a');
1515
projectname.classList.add('project-name');
16-
projectname.text = 'aureooms/js-permutation';
16+
projectname.text = 'combinatorics/permutation';
1717
projectname.href = './index.html' ;
1818

1919
var header = document.getElementsByTagName('header')[0] ;

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@aureooms/js-permutation",
2+
"name": "@combinatorics/permutation",
33
"description": "Permutation library for JavaScript",
44
"version": "2.0.0",
55
"author": "Aurélien Ooms <aurelien.ooms@gmail.com>",
@@ -104,7 +104,7 @@
104104
"files": [
105105
"lib"
106106
],
107-
"homepage": "https://make-github-pseudonymous-again.github.io/js-permutation",
107+
"homepage": "https://computational-combinatorics.github.io/permutation",
108108
"keywords": [
109109
"algorithm",
110110
"javascript",

0 commit comments

Comments
 (0)