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 Oct 28, 2022
1 parent 20bf8a6 commit ba8dac0
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 29 deletions.
2 changes: 1 addition & 1 deletion .esdoc.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"autoPrivate": true
},
"brand": {
"title": "@aureooms/js-number"
"title": "@arithmetic-type/double"
},
"test": {
"type": "ava",
Expand Down
32 changes: 16 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
:1234: [@aureooms/js-number](https://make-github-pseudonymous-again.github.io/js-number)
:1234: [@arithmetic-type/double](https://arithmetic-type.github.io/double)
==

<p align="center">
Expand All @@ -13,24 +13,24 @@ User:Arichnad
</p>

Primitive number type arithmetic for JavaScript.
See [docs](https://make-github-pseudonymous-again.github.io/js-number).
Parent is [aureooms/js-library](https://github.com/make-github-pseudonymous-again/js-library).
See [docs](https://arithmetic-type.github.io/double).
Parent is [js-library](https://github.com/make-github-pseudonymous-again/js-library).

```js
mul( 6 , 7 ) ; // 42
```

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

[![Code issues](https://img.shields.io/codeclimate/issues/make-github-pseudonymous-again/js-number.svg)](https://codeclimate.com/github/make-github-pseudonymous-again/js-number/issues)
[![Code maintainability](https://img.shields.io/codeclimate/maintainability/make-github-pseudonymous-again/js-number.svg)](https://codeclimate.com/github/make-github-pseudonymous-again/js-number/trends/churn)
[![Code coverage (cov)](https://img.shields.io/codecov/c/gh/make-github-pseudonymous-again/js-number/main.svg)](https://codecov.io/gh/make-github-pseudonymous-again/js-number)
[![Code technical debt](https://img.shields.io/codeclimate/tech-debt/make-github-pseudonymous-again/js-number.svg)](https://codeclimate.com/github/make-github-pseudonymous-again/js-number/trends/technical_debt)
[![Documentation](https://make-github-pseudonymous-again.github.io/js-number/badge.svg)](https://make-github-pseudonymous-again.github.io/js-number/source.html)
[![Package size](https://img.shields.io/bundlephobia/minzip/@aureooms/js-number)](https://bundlephobia.com/result?p=@aureooms/js-number)
[![Code issues](https://img.shields.io/codeclimate/issues/arithmetic-type/double.svg)](https://codeclimate.com/github/arithmetic-type/double/issues)
[![Code maintainability](https://img.shields.io/codeclimate/maintainability/arithmetic-type/double.svg)](https://codeclimate.com/github/arithmetic-type/double/trends/churn)
[![Code coverage (cov)](https://img.shields.io/codecov/c/gh/arithmetic-type/double/main.svg)](https://codecov.io/gh/arithmetic-type/double)
[![Code technical debt](https://img.shields.io/codeclimate/tech-debt/arithmetic-type/double.svg)](https://codeclimate.com/github/arithmetic-type/double/trends/technical_debt)
[![Documentation](https://arithmetic-type.github.io/double/badge.svg)](https://arithmetic-type.github.io/double/source.html)
[![Package size](https://img.shields.io/bundlephobia/minzip/@arithmetic-type/double)](https://bundlephobia.com/result?p=@arithmetic-type/double)
4 changes: 2 additions & 2 deletions doc/manual/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ or [npm](https://github.com/npm/npm).

### jspm
```terminal
jspm install npm:@aureooms/js-number
jspm install npm:@arithmetic-type/double
```

### npm
```terminal
npm install @aureooms/js-number --save
npm install @arithmetic-type/double --save
```
4 changes: 2 additions & 2 deletions doc/manual/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import 'regenerator-runtime/runtime.js' ;

Then
```js
const number = require( '@aureooms/js-number' ) ;
const number = require( '@arithmetic-type/double' ) ;
// or
import number from '@aureooms/js-number' ;
import number from '@arithmetic-type/double' ;
```
5 changes: 2 additions & 3 deletions doc/scripts/header.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,14 @@ const domReady = function (callback) {
domReady(() => {
const projectname = document.createElement('a');
projectname.classList.add('project-name');
projectname.text = 'aureooms/js-number';
projectname.text = 'arithmetic-type/double';
projectname.href = './index.html';

const header = document.querySelector('header');
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-number';
testlink.href = 'https://coveralls.io/github/arithmetic-type/double';
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,16 +1,16 @@
{
"name": "@aureooms/js-number",
"name": "@arithmetic-type/double",
"description": "Primitive number type arithmetic for JavaScript",
"version": "4.0.0",
"license": "AGPL-3.0",
"author": "Aurélien Ooms <[email protected]>",
"homepage": "https://make-github-pseudonymous-again.github.io/js-number",
"author": "make-github-pseudonymous-again",
"homepage": "https://arithmetic-type.github.io/double",
"repository": {
"url": "https://github.com/make-github-pseudonymous-again/js-number",
"url": "https://github.com/arithmetic-type/double",
"type": "git"
},
"bugs": {
"url": "https://github.com/make-github-pseudonymous-again/js-number/issues"
"url": "https://github.com/arithmetic-type/double/issues"
},
"keywords": [
"arithmetic",
Expand Down

0 comments on commit ba8dac0

Please sign in to comment.