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 33
44max-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 )
Original file line number Diff line number Diff 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```
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ import 'babel-polyfill' ;
88
99Then
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```
You can’t perform that action at this time.
0 commit comments