@@ -10,15 +10,15 @@ for ( let k of itertools.range( left , pivot , 1 ) ) predicate( array[k] ) ; //
1010for ( let k of itertools .range ( pivot , right , 1 ) ) predicate ( array[k] ) ; // 1
1111```
1212
13- [ ![ NPM license] ( http://img.shields.io/npm/l/aureooms- js-splitting.svg?style=flat )] ( https://raw.githubusercontent.com/aureooms/js-splitting/master/LICENSE )
14- [ ![ NPM version] ( http://img.shields.io/npm/v/aureooms- js-splitting.svg?style=flat )] ( https://www.npmjs.org/package/aureooms- js-splitting )
15- [ ![ Bower version] ( http://img.shields.io/bower/v/aureooms- js-splitting.svg?style=flat )] ( http://bower.io/search/?q=aureooms- js-splitting )
13+ [ ![ NPM license] ( http://img.shields.io/npm/l/@ aureooms/ js-splitting.svg?style=flat )] ( https://raw.githubusercontent.com/aureooms/js-splitting/master/LICENSE )
14+ [ ![ NPM version] ( http://img.shields.io/npm/v/@ aureooms/ js-splitting.svg?style=flat )] ( https://www.npmjs.org/package/@ aureooms/ js-splitting )
15+ [ ![ Bower version] ( http://img.shields.io/bower/v/@ aureooms/ js-splitting.svg?style=flat )] ( http://bower.io/search/?q=@ aureooms/ js-splitting )
1616[ ![ Build Status] ( http://img.shields.io/travis/aureooms/js-splitting.svg?style=flat )] ( https://travis-ci.org/aureooms/js-splitting )
1717[ ![ Coverage Status] ( http://img.shields.io/coveralls/aureooms/js-splitting.svg?style=flat )] ( https://coveralls.io/r/aureooms/js-splitting )
1818[ ![ Dependencies Status] ( http://img.shields.io/david/aureooms/js-splitting.svg?style=flat )] ( https://david-dm.org/aureooms/js-splitting#info=dependencies )
1919[ ![ devDependencies Status] ( http://img.shields.io/david/dev/aureooms/js-splitting.svg?style=flat )] ( https://david-dm.org/aureooms/js-splitting#info=devDependencies )
2020[ ![ Code Climate] ( http://img.shields.io/codeclimate/github/aureooms/js-splitting.svg?style=flat )] ( https://codeclimate.com/github/aureooms/js-splitting )
21- [ ![ NPM downloads per month] ( http://img.shields.io/npm/dm/aureooms- js-splitting.svg?style=flat )] ( https://www.npmjs.org/package/aureooms- js-splitting )
21+ [ ![ NPM downloads per month] ( http://img.shields.io/npm/dm/@ aureooms/ js-splitting.svg?style=flat )] ( https://www.npmjs.org/package/@ aureooms/ js-splitting )
2222[ ![ GitHub issues] ( http://img.shields.io/github/issues/aureooms/js-splitting.svg?style=flat )] ( https://github.com/aureooms/js-splitting/issues )
2323[ ![ Inline docs] ( http://inch-ci.org/github/aureooms/js-splitting.svg?branch=master&style=shields )] ( http://inch-ci.org/github/aureooms/js-splitting )
2424
@@ -38,7 +38,7 @@ and [npm](https://github.com/npm/npm).
3838``` terminal
3939jspm install github:aureooms/js-splitting
4040# or
41- jspm install npm:aureooms- js-splitting
41+ jspm install npm:@ aureooms/ js-splitting
4242```
4343### duo
4444No install step needed for duo!
@@ -50,35 +50,35 @@ component install aureooms/js-splitting
5050
5151### bower
5252``` terminal
53- bower install aureooms- js-splitting
53+ bower install @ aureooms/ js-splitting
5454```
5555
5656### ender
5757``` terminal
58- ender add aureooms- js-splitting
58+ ender add @ aureooms/ js-splitting
5959```
6060
6161### jam
6262``` terminal
63- jam install aureooms- js-splitting
63+ jam install @ aureooms/ js-splitting
6464```
6565
6666### spm
6767``` terminal
68- spm install aureooms- js-splitting --save
68+ spm install @ aureooms/ js-splitting --save
6969```
7070
7171### npm
7272``` terminal
73- npm install aureooms- js-splitting --save
73+ npm install @ aureooms/ js-splitting --save
7474```
7575
7676## Require
7777### jspm
7878``` js
7979let splitting = require ( " github:aureooms/js-splitting" ) ;
8080// or
81- import splitting from ' aureooms- js-splitting' ;
81+ import splitting from ' @ aureooms/ js-splitting' ;
8282```
8383### duo
8484``` js
@@ -87,17 +87,17 @@ let splitting = require( "aureooms/js-splitting" ) ;
8787
8888### component, ender, spm, npm
8989``` js
90- let splitting = require ( " aureooms- js-splitting" ) ;
90+ let splitting = require ( " @ aureooms/ js-splitting" ) ;
9191```
9292
9393### bower
9494The script tag exposes the global variable ` splitting ` .
9595``` html
96- <script src =" bower_components/aureooms- js-splitting/js/dist/splitting.min.js" ></script >
96+ <script src =" bower_components/@ aureooms/ js-splitting/js/dist/splitting.min.js" ></script >
9797```
9898Alternatively, you can use any tool mentioned [ here] ( http://bower.io/docs/tools/ ) .
9999
100100### jam
101101``` js
102- require ( [ " aureooms- js-splitting" ] , function ( splitting ) { ... } ) ;
102+ require ( [ " @ aureooms/ js-splitting" ] , function ( splitting ) { ... } ) ;
103103```
0 commit comments