Skip to content

Commit 1fa14fe

Browse files
aureooms- > @aureooms/ : update markdwon, json and yml files
1 parent 70e018a commit 1fa14fe

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ Red-black tree library for JavaScript.
1111
See [documentation](https://aureooms.github.io/js-red-black-tree/index.html).
1212
Parent is [@aureooms/js-bst](https://github.com/aureooms/js-bst).
1313

14-
[![NPM license](http://img.shields.io/npm/l/aureooms-js-red-black-tree.svg?style=flat)](https://raw.githubusercontent.com/aureooms/js-red-black-tree/master/LICENSE)
15-
[![NPM version](http://img.shields.io/npm/v/aureooms-js-red-black-tree.svg?style=flat)](https://www.npmjs.org/package/aureooms-js-red-black-tree)
14+
[![NPM license](http://img.shields.io/npm/l/@aureooms/js-red-black-tree.svg?style=flat)](https://raw.githubusercontent.com/aureooms/js-red-black-tree/master/LICENSE)
15+
[![NPM version](http://img.shields.io/npm/v/@aureooms/js-red-black-tree.svg?style=flat)](https://www.npmjs.org/package/@aureooms/js-red-black-tree)
1616
[![Build status](http://img.shields.io/travis/aureooms/js-red-black-tree.svg?style=flat)](https://travis-ci.org/aureooms/js-red-black-tree)
1717
[![Coverage status](http://img.shields.io/coveralls/aureooms/js-red-black-tree.svg?style=flat)](https://coveralls.io/r/aureooms/js-red-black-tree)
1818
[![Dependencies status](http://img.shields.io/david/aureooms/js-red-black-tree.svg?style=flat)](https://david-dm.org/aureooms/js-red-black-tree#info=dependencies)
1919
[![Dev dependencies status](http://img.shields.io/david/dev/aureooms/js-red-black-tree.svg?style=flat)](https://david-dm.org/aureooms/js-red-black-tree#info=devDependencies)
2020
[![Code Climate](http://img.shields.io/codeclimate/github/aureooms/js-red-black-tree.svg?style=flat)](https://codeclimate.com/github/aureooms/js-red-black-tree)
21-
[![NPM downloads per month](http://img.shields.io/npm/dm/aureooms-js-red-black-tree.svg?style=flat)](https://www.npmjs.org/package/aureooms-js-red-black-tree)
21+
[![NPM downloads per month](http://img.shields.io/npm/dm/@aureooms/js-red-black-tree.svg?style=flat)](https://www.npmjs.org/package/@aureooms/js-red-black-tree)
2222
[![GitHub issues](http://img.shields.io/github/issues/aureooms/js-red-black-tree.svg?style=flat)](https://github.com/aureooms/js-red-black-tree/issues)
2323
[![Documentation](https://aureooms.github.io/js-red-black-tree/badge.svg)](https://aureooms.github.io/js-red-black-tree/source.html)

doc/manual/installation.md

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

55
### jspm
66
```terminal
7-
jspm install npm:aureooms-js-red-black-tree
7+
jspm install npm:@aureooms/js-red-black-tree
88
```
99

1010
### npm
1111
```terminal
12-
npm install aureooms-js-red-black-tree --save
12+
npm install @aureooms/js-red-black-tree --save
1313
```

doc/manual/usage.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import 'babel-polyfill' ;
88

99
Then
1010
```js
11-
const redblacktree = require( 'aureooms-js-red-black-tree' ) ;
11+
const redblacktree = require( '@aureooms/js-red-black-tree' ) ;
1212
// or
13-
import redblacktree from 'aureooms-js-red-black-tree' ;
13+
import redblacktree from '@aureooms/js-red-black-tree' ;
1414
```

0 commit comments

Comments
 (0)