File tree 4 files changed +10
-10
lines changed
4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -11,14 +11,14 @@ Parent is [@aureooms/js-algorithms](https://github.com/aureooms/js-algorithms).
11
11
let fordjohnson = sort ._fordjohnson ( search .binarysearch ) ;
12
12
```
13
13
14
- [ ![ NPM license] ( http://img.shields.io/npm/l/aureooms- js-sort.svg?style=flat )] ( https://raw.githubusercontent.com/aureooms/js-sort/master/LICENSE )
15
- [ ![ NPM version] ( http://img.shields.io/npm/v/aureooms- js-sort.svg?style=flat )] ( https://www.npmjs.org/package/aureooms- js-sort )
14
+ [ ![ NPM license] ( http://img.shields.io/npm/l/@ aureooms/ js-sort.svg?style=flat )] ( https://raw.githubusercontent.com/aureooms/js-sort/master/LICENSE )
15
+ [ ![ NPM version] ( http://img.shields.io/npm/v/@ aureooms/ js-sort.svg?style=flat )] ( https://www.npmjs.org/package/@ aureooms/ js-sort )
16
16
[ ![ Build Status] ( http://img.shields.io/travis/aureooms/js-sort.svg?style=flat )] ( https://travis-ci.org/aureooms/js-sort )
17
17
[ ![ Coverage Status] ( http://img.shields.io/coveralls/aureooms/js-sort.svg?style=flat )] ( https://coveralls.io/r/aureooms/js-sort )
18
18
[ ![ Dependencies Status] ( http://img.shields.io/david/aureooms/js-sort.svg?style=flat )] ( https://david-dm.org/aureooms/js-sort#info=dependencies )
19
19
[ ![ devDependencies Status] ( http://img.shields.io/david/dev/aureooms/js-sort.svg?style=flat )] ( https://david-dm.org/aureooms/js-sort#info=devDependencies )
20
20
[ ![ Code Climate] ( http://img.shields.io/codeclimate/github/aureooms/js-sort.svg?style=flat )] ( https://codeclimate.com/github/aureooms/js-sort )
21
- [ ![ NPM downloads per month] ( http://img.shields.io/npm/dm/aureooms- js-sort.svg?style=flat )] ( https://www.npmjs.org/package/aureooms- js-sort )
21
+ [ ![ NPM downloads per month] ( http://img.shields.io/npm/dm/@ aureooms/ js-sort.svg?style=flat )] ( https://www.npmjs.org/package/@ aureooms/ js-sort )
22
22
[ ![ GitHub issues] ( http://img.shields.io/github/issues/aureooms/js-sort.svg?style=flat )] ( https://github.com/aureooms/js-sort/issues )
23
23
[ ![ Documentation] ( https://aureooms.github.io/js-sort/badge.svg )] ( https://aureooms.github.io/js-sort/source.html )
24
24
Original file line number Diff line number Diff line change 1
1
``` js
2
- import array from " aureooms- js-array" ;
3
- import search from " aureooms- js-search" ;
4
- import compare from " aureooms- js-compare" ;
2
+ import array from " @ aureooms/ js-array" ;
3
+ import search from " @ aureooms/ js-search" ;
4
+ import compare from " @ aureooms/ js-compare" ;
5
5
6
6
let fordjohnson = function ( compare , a , i , j ) {
7
7
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-sort
7
+ jspm install npm:@ aureooms/ js-sort
8
8
```
9
9
10
10
### npm
11
11
``` terminal
12
- npm install aureooms- js-sort --save
12
+ npm install @ aureooms/ js-sort --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 measure = require ( ' aureooms- js-sort' ) ;
11
+ const measure = require ( ' @ aureooms/ js-sort' ) ;
12
12
// or
13
- import measure from ' aureooms- js-sort' ;
13
+ import measure from ' @ aureooms/ js-sort' ;
14
14
```
You can’t perform that action at this time.
0 commit comments