File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 3
3
4
4
max-gap library for JavaScript. See [ documentation] ( https://aureooms.github.io/js-max-gap/index.html ) .
5
5
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 )
8
8
[ ![ Build status] ( http://img.shields.io/travis/aureooms/js-max-gap.svg?style=flat )] ( https://travis-ci.org/aureooms/js-max-gap )
9
9
[ ![ Coverage status] ( http://img.shields.io/coveralls/aureooms/js-max-gap.svg?style=flat )] ( https://coveralls.io/r/aureooms/js-max-gap )
10
10
[ ![ Dependencies status] ( http://img.shields.io/david/aureooms/js-max-gap.svg?style=flat )] ( https://david-dm.org/aureooms/js-max-gap#info=dependencies )
11
11
[ ![ 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 )
12
12
[ ![ 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 )
14
14
[ ![ GitHub issues] ( http://img.shields.io/github/issues/aureooms/js-max-gap.svg?style=flat )] ( https://github.com/aureooms/js-max-gap/issues )
15
15
[ ![ Documentation] ( https://aureooms.github.io/js-max-gap/badge.svg )] ( https://aureooms.github.io/js-max-gap/source.html )
Original file line number Diff line number Diff line change @@ -4,10 +4,10 @@ or [npm](https://github.com/npm/npm).
4
4
5
5
### jspm
6
6
``` terminal
7
- jspm install npm:aureooms- js-max-gap
7
+ jspm install npm:@ aureooms/ js-max-gap
8
8
```
9
9
10
10
### npm
11
11
``` terminal
12
- npm install aureooms- js-max-gap --save
12
+ npm install @ aureooms/ js-max-gap --save
13
13
```
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ import 'babel-polyfill' ;
8
8
9
9
Then
10
10
``` js
11
- const redblacktree = require ( ' aureooms- js-max-gap' ) ;
11
+ const redblacktree = require ( ' @ aureooms/ js-max-gap' ) ;
12
12
// or
13
- import redblacktree from ' aureooms- js-max-gap' ;
13
+ import redblacktree from ' @ aureooms/ js-max-gap' ;
14
14
```
You can’t perform that action at this time.
0 commit comments