Skip to content

Commit c723b9c

Browse files
aureooms- > @aureooms/ : update markdwon, json and yml files
1 parent 1a703d7 commit c723b9c

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
@@ -3,13 +3,13 @@
33

44
max-gap library for JavaScript. See [documentation](https://aureooms.github.io/js-max-gap/index.html).
55

6-
[![NPM license](http://img.shields.io/npm/l/aureooms-js-max-gap.svg?style=flat)](https://raw.githubusercontent.com/aureooms/js-max-gap/master/LICENSE)
7-
[![NPM version](http://img.shields.io/npm/v/aureooms-js-max-gap.svg?style=flat)](https://www.npmjs.org/package/aureooms-js-max-gap)
6+
[![NPM license](http://img.shields.io/npm/l/@aureooms/js-max-gap.svg?style=flat)](https://raw.githubusercontent.com/aureooms/js-max-gap/master/LICENSE)
7+
[![NPM version](http://img.shields.io/npm/v/@aureooms/js-max-gap.svg?style=flat)](https://www.npmjs.org/package/@aureooms/js-max-gap)
88
[![Build status](http://img.shields.io/travis/aureooms/js-max-gap.svg?style=flat)](https://travis-ci.org/aureooms/js-max-gap)
99
[![Coverage status](http://img.shields.io/coveralls/aureooms/js-max-gap.svg?style=flat)](https://coveralls.io/r/aureooms/js-max-gap)
1010
[![Dependencies status](http://img.shields.io/david/aureooms/js-max-gap.svg?style=flat)](https://david-dm.org/aureooms/js-max-gap#info=dependencies)
1111
[![Dev dependencies status](http://img.shields.io/david/dev/aureooms/js-max-gap.svg?style=flat)](https://david-dm.org/aureooms/js-max-gap#info=devDependencies)
1212
[![Code Climate](http://img.shields.io/codeclimate/github/aureooms/js-max-gap.svg?style=flat)](https://codeclimate.com/github/aureooms/js-max-gap)
13-
[![NPM downloads per month](http://img.shields.io/npm/dm/aureooms-js-max-gap.svg?style=flat)](https://www.npmjs.org/package/aureooms-js-max-gap)
13+
[![NPM downloads per month](http://img.shields.io/npm/dm/@aureooms/js-max-gap.svg?style=flat)](https://www.npmjs.org/package/@aureooms/js-max-gap)
1414
[![GitHub issues](http://img.shields.io/github/issues/aureooms/js-max-gap.svg?style=flat)](https://github.com/aureooms/js-max-gap/issues)
1515
[![Documentation](https://aureooms.github.io/js-max-gap/badge.svg)](https://aureooms.github.io/js-max-gap/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-max-gap
7+
jspm install npm:@aureooms/js-max-gap
88
```
99

1010
### npm
1111
```terminal
12-
npm install aureooms-js-max-gap --save
12+
npm install @aureooms/js-max-gap --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-max-gap' ) ;
11+
const redblacktree = require( '@aureooms/js-max-gap' ) ;
1212
// or
13-
import redblacktree from 'aureooms-js-max-gap' ;
13+
import redblacktree from '@aureooms/js-max-gap' ;
1414
```

0 commit comments

Comments
 (0)