@@ -10,15 +10,15 @@ for ( let k of itertools.range( left , pivot , 1 ) ) predicate( array[k] ) ; //
10
10
for ( let k of itertools .range ( pivot , right , 1 ) ) predicate ( array[k] ) ; // 1
11
11
```
12
12
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 )
16
16
[ ![ Build Status] ( http://img.shields.io/travis/aureooms/js-splitting.svg?style=flat )] ( https://travis-ci.org/aureooms/js-splitting )
17
17
[ ![ Coverage Status] ( http://img.shields.io/coveralls/aureooms/js-splitting.svg?style=flat )] ( https://coveralls.io/r/aureooms/js-splitting )
18
18
[ ![ Dependencies Status] ( http://img.shields.io/david/aureooms/js-splitting.svg?style=flat )] ( https://david-dm.org/aureooms/js-splitting#info=dependencies )
19
19
[ ![ devDependencies Status] ( http://img.shields.io/david/dev/aureooms/js-splitting.svg?style=flat )] ( https://david-dm.org/aureooms/js-splitting#info=devDependencies )
20
20
[ ![ 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 )
22
22
[ ![ GitHub issues] ( http://img.shields.io/github/issues/aureooms/js-splitting.svg?style=flat )] ( https://github.com/aureooms/js-splitting/issues )
23
23
[ ![ Inline docs] ( http://inch-ci.org/github/aureooms/js-splitting.svg?branch=master&style=shields )] ( http://inch-ci.org/github/aureooms/js-splitting )
24
24
@@ -38,7 +38,7 @@ and [npm](https://github.com/npm/npm).
38
38
``` terminal
39
39
jspm install github:aureooms/js-splitting
40
40
# or
41
- jspm install npm:aureooms- js-splitting
41
+ jspm install npm:@ aureooms/ js-splitting
42
42
```
43
43
### duo
44
44
No install step needed for duo!
@@ -50,35 +50,35 @@ component install aureooms/js-splitting
50
50
51
51
### bower
52
52
``` terminal
53
- bower install aureooms- js-splitting
53
+ bower install @ aureooms/ js-splitting
54
54
```
55
55
56
56
### ender
57
57
``` terminal
58
- ender add aureooms- js-splitting
58
+ ender add @ aureooms/ js-splitting
59
59
```
60
60
61
61
### jam
62
62
``` terminal
63
- jam install aureooms- js-splitting
63
+ jam install @ aureooms/ js-splitting
64
64
```
65
65
66
66
### spm
67
67
``` terminal
68
- spm install aureooms- js-splitting --save
68
+ spm install @ aureooms/ js-splitting --save
69
69
```
70
70
71
71
### npm
72
72
``` terminal
73
- npm install aureooms- js-splitting --save
73
+ npm install @ aureooms/ js-splitting --save
74
74
```
75
75
76
76
## Require
77
77
### jspm
78
78
``` js
79
79
let splitting = require ( " github:aureooms/js-splitting" ) ;
80
80
// or
81
- import splitting from ' aureooms- js-splitting' ;
81
+ import splitting from ' @ aureooms/ js-splitting' ;
82
82
```
83
83
### duo
84
84
``` js
@@ -87,17 +87,17 @@ let splitting = require( "aureooms/js-splitting" ) ;
87
87
88
88
### component, ender, spm, npm
89
89
``` js
90
- let splitting = require ( " aureooms- js-splitting" ) ;
90
+ let splitting = require ( " @ aureooms/ js-splitting" ) ;
91
91
```
92
92
93
93
### bower
94
94
The script tag exposes the global variable ` splitting ` .
95
95
``` 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 >
97
97
```
98
98
Alternatively, you can use any tool mentioned [ here] ( http://bower.io/docs/tools/ ) .
99
99
100
100
### jam
101
101
``` js
102
- require ( [ " aureooms- js-splitting" ] , function ( splitting ) { ... } ) ;
102
+ require ( [ " @ aureooms/ js-splitting" ] , function ( splitting ) { ... } ) ;
103
103
```
0 commit comments