Skip to content

Commit 17e0457

Browse files
😒 chore: Rename package.
1 parent 29a1e38 commit 17e0457

File tree

6 files changed

+29
-29
lines changed

6 files changed

+29
-29
lines changed

.esdoc.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"autoPrivate": true
1414
},
1515
"brand": {
16-
"title": "@aureooms/js-set-partition"
16+
"title": "@combinatorics/set-partition"
1717
},
1818
"test": {
1919
"type": "ava",

README.md

+16-16
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
:bento: [@aureooms/js-set-partition](https://make-github-pseudonymous-again.github.io/js-set-partition)
1+
:bento: [@combinatorics/set-partition](https://computational-combinatorics.github.io/set-partition)
22
==
33

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

1515
Set partition algorithms for JavaScript.
16-
See [docs](https://make-github-pseudonymous-again.github.io/js-set-partition/index.html).
16+
See [docs](https://computational-combinatorics.github.io/set-partition/index.html).
1717

1818
> :building_construction: Caveat emptor! This is work in progress. Code may be
1919
> working. Documentation may be present. Coherence may be. Maybe.
@@ -29,7 +29,7 @@ import {
2929
sequence,
3030
_sequence,
3131
isPartition
32-
} from '@aureooms/js-set-partition';
32+
} from '@combinatorics/set-partition';
3333

3434
import {range, map} from '@aureooms/js-itertools';
3535

@@ -64,17 +64,17 @@ isPartition(range(5), [[0], [0], [1], [2], [3], [4]]); // false
6464
isPartition(range(5), [[5], [0], [1], [2], [3], [4]]); // false
6565
```
6666

67-
[![License](https://img.shields.io/github/license/make-github-pseudonymous-again/js-set-partition.svg)](https://raw.githubusercontent.com/make-github-pseudonymous-again/js-set-partition/main/LICENSE)
68-
[![Version](https://img.shields.io/npm/v/@aureooms/js-set-partition.svg)](https://www.npmjs.org/package/@aureooms/js-set-partition)
69-
[![Build](https://img.shields.io/travis/make-github-pseudonymous-again/js-set-partition/main.svg)](https://travis-ci.org/make-github-pseudonymous-again/js-set-partition/branches)
70-
[![Dependencies](https://img.shields.io/david/make-github-pseudonymous-again/js-set-partition.svg)](https://david-dm.org/make-github-pseudonymous-again/js-set-partition)
71-
[![Dev dependencies](https://img.shields.io/david/dev/make-github-pseudonymous-again/js-set-partition.svg)](https://david-dm.org/make-github-pseudonymous-again/js-set-partition?type=dev)
72-
[![GitHub issues](https://img.shields.io/github/issues/make-github-pseudonymous-again/js-set-partition.svg)](https://github.com/make-github-pseudonymous-again/js-set-partition/issues)
73-
[![Downloads](https://img.shields.io/npm/dm/@aureooms/js-set-partition.svg)](https://www.npmjs.org/package/@aureooms/js-set-partition)
67+
[![License](https://img.shields.io/github/license/computational-combinatorics/set-partition.svg)](https://raw.githubusercontent.com/computational-combinatorics/set-partition/main/LICENSE)
68+
[![Version](https://img.shields.io/npm/v/@combinatorics/set-partition.svg)](https://www.npmjs.org/package/@combinatorics/set-partition)
69+
[![Build](https://img.shields.io/travis/computational-combinatorics/set-partition/main.svg)](https://travis-ci.org/computational-combinatorics/set-partition/branches)
70+
[![Dependencies](https://img.shields.io/david/computational-combinatorics/set-partition.svg)](https://david-dm.org/computational-combinatorics/set-partition)
71+
[![Dev dependencies](https://img.shields.io/david/dev/computational-combinatorics/set-partition.svg)](https://david-dm.org/computational-combinatorics/set-partition?type=dev)
72+
[![GitHub issues](https://img.shields.io/github/issues/computational-combinatorics/set-partition.svg)](https://github.com/computational-combinatorics/set-partition/issues)
73+
[![Downloads](https://img.shields.io/npm/dm/@combinatorics/set-partition.svg)](https://www.npmjs.org/package/@combinatorics/set-partition)
7474

75-
[![Code issues](https://img.shields.io/codeclimate/issues/make-github-pseudonymous-again/js-set-partition.svg)](https://codeclimate.com/github/make-github-pseudonymous-again/js-set-partition/issues)
76-
[![Code maintainability](https://img.shields.io/codeclimate/maintainability/make-github-pseudonymous-again/js-set-partition.svg)](https://codeclimate.com/github/make-github-pseudonymous-again/js-set-partition/trends/churn)
77-
[![Code coverage (cov)](https://img.shields.io/codecov/c/gh/make-github-pseudonymous-again/js-set-partition/main.svg)](https://codecov.io/gh/make-github-pseudonymous-again/js-set-partition)
78-
[![Code technical debt](https://img.shields.io/codeclimate/tech-debt/make-github-pseudonymous-again/js-set-partition.svg)](https://codeclimate.com/github/make-github-pseudonymous-again/js-set-partition/trends/technical_debt)
79-
[![Documentation](https://make-github-pseudonymous-again.github.io/js-set-partition/badge.svg)](https://make-github-pseudonymous-again.github.io/js-set-partition/source.html)
80-
[![Package size](https://img.shields.io/bundlephobia/minzip/@aureooms/js-set-partition)](https://bundlephobia.com/result?p=@aureooms/js-set-partition)
75+
[![Code issues](https://img.shields.io/codeclimate/issues/computational-combinatorics/set-partition.svg)](https://codeclimate.com/github/computational-combinatorics/set-partition/issues)
76+
[![Code maintainability](https://img.shields.io/codeclimate/maintainability/computational-combinatorics/set-partition.svg)](https://codeclimate.com/github/computational-combinatorics/set-partition/trends/churn)
77+
[![Code coverage (cov)](https://img.shields.io/codecov/c/gh/computational-combinatorics/set-partition/main.svg)](https://codecov.io/gh/computational-combinatorics/set-partition)
78+
[![Code technical debt](https://img.shields.io/codeclimate/tech-debt/computational-combinatorics/set-partition.svg)](https://codeclimate.com/github/computational-combinatorics/set-partition/trends/technical_debt)
79+
[![Documentation](https://computational-combinatorics.github.io/set-partition/badge.svg)](https://computational-combinatorics.github.io/set-partition/source.html)
80+
[![Package size](https://img.shields.io/bundlephobia/minzip/@combinatorics/set-partition)](https://bundlephobia.com/result?p=@combinatorics/set-partition)

doc/manual/installation.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ or [jspm](https://jspm.org/docs).
88

99
### yarn
1010
```terminal
11-
yarn add @aureooms/js-set-partition
11+
yarn add @combinatorics/set-partition
1212
```
1313

1414
### npm
1515
```terminal
16-
npm install @aureooms/js-set-partition --save
16+
npm install @combinatorics/set-partition --save
1717
```
1818

1919
### jspm
2020
```terminal
21-
jspm install npm:@aureooms/js-set-partition
21+
jspm install npm:@combinatorics/set-partition
2222
```

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, import the library where needed
1414
```js
15-
const setpartition = require( '@aureooms/js-set-partition' ) ;
15+
const setpartition = require( '@combinatorics/set-partition' ) ;
1616
// or
17-
import * as setpartition from '@aureooms/js-set-partition' ;
17+
import * as setpartition from '@combinatorics/set-partition' ;
1818
```

doc/scripts/header.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,14 +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-set-partition';
13+
projectname.text = 'combinatorics/set-partition';
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 = 'https://coveralls.io/github/make-github-pseudonymous-again/js-set-partition';
20+
testlink.href = 'https://coveralls.io/github/computational-combinatorics/set-partition';
2121
testlink.target = '_BLANK';
2222

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

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"name": "@aureooms/js-set-partition",
2+
"name": "@combinatorics/set-partition",
33
"description": "Set partition algorithms for JavaScript",
44
"version": "0.0.1",
5-
"author": "aureooms",
5+
"author": "make-github-pseudonymous-again",
66
"ava": {
77
"files": [
88
"test/src/**/*"
@@ -73,7 +73,7 @@
7373
}
7474
},
7575
"bugs": {
76-
"url": "https://github.com/make-github-pseudonymous-again/js-set-partition/issues"
76+
"url": "https://github.com/computational-combinatorics/set-partition/issues"
7777
},
7878
"dependencies": {
7979
"@aureooms/js-itertools": "^5.0.0"
@@ -104,7 +104,7 @@
104104
"files": [
105105
"lib"
106106
],
107-
"homepage": "https://make-github-pseudonymous-again.github.io/js-set-partition",
107+
"homepage": "https://computational-combinatorics.github.io/set-partition",
108108
"keywords": [
109109
"choose",
110110
"partition",
@@ -117,7 +117,7 @@
117117
},
118118
"repository": {
119119
"type": "git",
120-
"url": "https://github.com/make-github-pseudonymous-again/js-set-partition"
120+
"url": "https://github.com/computational-combinatorics/set-partition"
121121
},
122122
"scripts": {
123123
"build": "babel --delete-dir-on-start --env-name production src -d lib",

0 commit comments

Comments
 (0)