@@ -11,15 +11,15 @@ Parent is
11
11
for ( let value of list ) ... ;
12
12
```
13
13
14
- [ ![ NPM license] ( http://img.shields.io/npm/l/aureooms- js-dll.svg?style=flat )] ( https://raw.githubusercontent.com/aureooms/js-dll/master/LICENSE )
15
- [ ![ NPM version] ( http://img.shields.io/npm/v/aureooms- js-dll.svg?style=flat )] ( https://www.npmjs.org/package/aureooms- js-dll )
16
- [ ![ Bower version] ( http://img.shields.io/bower/v/aureooms- js-dll.svg?style=flat )] ( http://bower.io/search/?q=aureooms- js-dll )
14
+ [ ![ NPM license] ( http://img.shields.io/npm/l/@ aureooms/ js-dll.svg?style=flat )] ( https://raw.githubusercontent.com/aureooms/js-dll/master/LICENSE )
15
+ [ ![ NPM version] ( http://img.shields.io/npm/v/@ aureooms/ js-dll.svg?style=flat )] ( https://www.npmjs.org/package/@ aureooms/ js-dll )
16
+ [ ![ Bower version] ( http://img.shields.io/bower/v/@ aureooms/ js-dll.svg?style=flat )] ( http://bower.io/search/?q=@ aureooms/ js-dll )
17
17
[ ![ Build Status] ( http://img.shields.io/travis/aureooms/js-dll.svg?style=flat )] ( https://travis-ci.org/aureooms/js-dll )
18
18
[ ![ Coverage Status] ( http://img.shields.io/coveralls/aureooms/js-dll.svg?style=flat )] ( https://coveralls.io/r/aureooms/js-dll )
19
19
[ ![ Dependencies Status] ( http://img.shields.io/david/aureooms/js-dll.svg?style=flat )] ( https://david-dm.org/aureooms/js-dll#info=dependencies )
20
20
[ ![ devDependencies Status] ( http://img.shields.io/david/dev/aureooms/js-dll.svg?style=flat )] ( https://david-dm.org/aureooms/js-dll#info=devDependencies )
21
21
[ ![ Code Climate] ( http://img.shields.io/codeclimate/github/aureooms/js-dll.svg?style=flat )] ( https://codeclimate.com/github/aureooms/js-dll )
22
- [ ![ NPM downloads per month] ( http://img.shields.io/npm/dm/aureooms- js-dll.svg?style=flat )] ( https://www.npmjs.org/package/aureooms- js-dll )
22
+ [ ![ NPM downloads per month] ( http://img.shields.io/npm/dm/@ aureooms/ js-dll.svg?style=flat )] ( https://www.npmjs.org/package/@ aureooms/ js-dll )
23
23
[ ![ GitHub issues] ( http://img.shields.io/github/issues/aureooms/js-dll.svg?style=flat )] ( https://github.com/aureooms/js-dll/issues )
24
24
[ ![ Inline docs] ( http://inch-ci.org/github/aureooms/js-dll.svg?branch=master&style=shields )] ( http://inch-ci.org/github/aureooms/js-dll )
25
25
@@ -38,7 +38,7 @@ and [npm](https://github.com/npm/npm).
38
38
``` terminal
39
39
jspm install github:aureooms/js-dll
40
40
# or
41
- jspm install npm:aureooms- js-dll
41
+ jspm install npm:@ aureooms/ js-dll
42
42
```
43
43
### duo
44
44
No install step needed for duo!
@@ -50,35 +50,35 @@ component install aureooms/js-dll
50
50
51
51
### bower
52
52
``` terminal
53
- bower install aureooms- js-dll
53
+ bower install @ aureooms/ js-dll
54
54
```
55
55
56
56
### ender
57
57
``` terminal
58
- ender add aureooms- js-dll
58
+ ender add @ aureooms/ js-dll
59
59
```
60
60
61
61
### jam
62
62
``` terminal
63
- jam install aureooms- js-dll
63
+ jam install @ aureooms/ js-dll
64
64
```
65
65
66
66
### spm
67
67
``` terminal
68
- spm install aureooms- js-dll --save
68
+ spm install @ aureooms/ js-dll --save
69
69
```
70
70
71
71
### npm
72
72
``` terminal
73
- npm install aureooms- js-dll --save
73
+ npm install @ aureooms/ js-dll --save
74
74
```
75
75
76
76
## Require
77
77
### jspm
78
78
``` js
79
79
let dll = require ( " github:aureooms/js-dll" ) ;
80
80
// or
81
- import dll from ' aureooms- js-dll' ;
81
+ import dll from ' @ aureooms/ js-dll' ;
82
82
```
83
83
### duo
84
84
``` js
@@ -87,19 +87,19 @@ let dll = require( "aureooms/js-dll" ) ;
87
87
88
88
### component, ender, spm, npm
89
89
``` js
90
- let dll = require ( " aureooms- js-dll" ) ;
90
+ let dll = require ( " @ aureooms/ js-dll" ) ;
91
91
```
92
92
93
93
### bower
94
94
The script tag exposes the global variable ` dll ` .
95
95
``` html
96
- <script src =" bower_components/aureooms- js-dll/js/dist/dll.min.js" ></script >
96
+ <script src =" bower_components/@ aureooms/ js-dll/js/dist/dll.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-dll" ] , function ( dll ) { ... } ) ;
102
+ require ( [ " @ aureooms/ js-dll" ] , function ( dll ) { ... } ) ;
103
103
```
104
104
105
105
## Use
0 commit comments