44Radixsort code bricks for JavaScript. Parent is
55[ aureooms/js-sort] ( https://github.com/aureooms/js-sort ) .
66
7- [ ![ NPM license] ( http://img.shields.io/npm/l/aureooms- js-radixsort.svg?style=flat )] ( https://raw.githubusercontent.com/aureooms/js-radixsort/master/LICENSE )
8- [ ![ NPM version] ( http://img.shields.io/npm/v/aureooms- js-radixsort.svg?style=flat )] ( https://www.npmjs.org/package/aureooms- js-radixsort )
9- [ ![ Bower version] ( http://img.shields.io/bower/v/aureooms- js-radixsort.svg?style=flat )] ( http://bower.io/search/?q=aureooms- js-radixsort )
7+ [ ![ NPM license] ( http://img.shields.io/npm/l/@ aureooms/ js-radixsort.svg?style=flat )] ( https://raw.githubusercontent.com/aureooms/js-radixsort/master/LICENSE )
8+ [ ![ NPM version] ( http://img.shields.io/npm/v/@ aureooms/ js-radixsort.svg?style=flat )] ( https://www.npmjs.org/package/@ aureooms/ js-radixsort )
9+ [ ![ Bower version] ( http://img.shields.io/bower/v/@ aureooms/ js-radixsort.svg?style=flat )] ( http://bower.io/search/?q=@ aureooms/ js-radixsort )
1010[ ![ Build Status] ( http://img.shields.io/travis/aureooms/js-radixsort.svg?style=flat )] ( https://travis-ci.org/aureooms/js-radixsort )
1111[ ![ Coverage Status] ( http://img.shields.io/coveralls/aureooms/js-radixsort.svg?style=flat )] ( https://coveralls.io/r/aureooms/js-radixsort )
1212[ ![ Dependencies Status] ( http://img.shields.io/david/aureooms/js-radixsort.svg?style=flat )] ( https://david-dm.org/aureooms/js-radixsort#info=dependencies )
1313[ ![ devDependencies Status] ( http://img.shields.io/david/dev/aureooms/js-radixsort.svg?style=flat )] ( https://david-dm.org/aureooms/js-radixsort#info=devDependencies )
1414[ ![ Code Climate] ( http://img.shields.io/codeclimate/github/aureooms/js-radixsort.svg?style=flat )] ( https://codeclimate.com/github/aureooms/js-radixsort )
15- [ ![ NPM downloads per month] ( http://img.shields.io/npm/dm/aureooms- js-radixsort.svg?style=flat )] ( https://www.npmjs.org/package/aureooms- js-radixsort )
15+ [ ![ NPM downloads per month] ( http://img.shields.io/npm/dm/@ aureooms/ js-radixsort.svg?style=flat )] ( https://www.npmjs.org/package/@ aureooms/ js-radixsort )
1616[ ![ GitHub issues] ( http://img.shields.io/github/issues/aureooms/js-radixsort.svg?style=flat )] ( https://github.com/aureooms/js-radixsort/issues )
1717[ ![ Inline docs] ( http://inch-ci.org/github/aureooms/js-radixsort.svg?branch=master&style=shields )] ( http://inch-ci.org/github/aureooms/js-radixsort )
1818
@@ -31,7 +31,7 @@ and [npm](https://github.com/npm/npm).
3131``` terminal
3232jspm install github:aureooms/js-radixsort
3333# or
34- jspm install npm:aureooms- js-radixsort
34+ jspm install npm:@ aureooms/ js-radixsort
3535```
3636### duo
3737No install step needed for duo!
@@ -43,35 +43,35 @@ component install aureooms/js-radixsort
4343
4444### bower
4545``` terminal
46- bower install aureooms- js-radixsort
46+ bower install @ aureooms/ js-radixsort
4747```
4848
4949### ender
5050``` terminal
51- ender add aureooms- js-radixsort
51+ ender add @ aureooms/ js-radixsort
5252```
5353
5454### jam
5555``` terminal
56- jam install aureooms- js-radixsort
56+ jam install @ aureooms/ js-radixsort
5757```
5858
5959### spm
6060``` terminal
61- spm install aureooms- js-radixsort --save
61+ spm install @ aureooms/ js-radixsort --save
6262```
6363
6464### npm
6565``` terminal
66- npm install aureooms- js-radixsort --save
66+ npm install @ aureooms/ js-radixsort --save
6767```
6868
6969## Require
7070### jspm
7171``` js
7272let radixsort = require ( " github:aureooms/js-radixsort" ) ;
7373// or
74- import radixsort from ' aureooms- js-radixsort' ;
74+ import radixsort from ' @ aureooms/ js-radixsort' ;
7575```
7676### duo
7777``` js
@@ -80,17 +80,17 @@ let radixsort = require( "aureooms/js-radixsort" ) ;
8080
8181### component, ender, spm, npm
8282``` js
83- let radixsort = require ( " aureooms- js-radixsort" ) ;
83+ let radixsort = require ( " @ aureooms/ js-radixsort" ) ;
8484```
8585
8686### bower
8787The script tag exposes the global variable ` radixsort ` .
8888``` html
89- <script src =" bower_components/aureooms- js-radixsort/js/dist/radixsort.min.js" ></script >
89+ <script src =" bower_components/@ aureooms/ js-radixsort/js/dist/radixsort.min.js" ></script >
9090```
9191Alternatively, you can use any tool mentioned [ here] ( http://bower.io/docs/tools/ ) .
9292
9393### jam
9494``` js
95- require ( [ " aureooms- js-radixsort" ] , function ( radixsort ) { ... } ) ;
95+ require ( [ " @ aureooms/ js-radixsort" ] , function ( radixsort ) { ... } ) ;
9696```
0 commit comments