File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ This also handles versions and git trees, which is a little more complicated tha
7
7
Example:
8
8
9
9
``` js
10
- var Remotes = require (' remotes' );
10
+ var Remotes = require (' component- remotes' );
11
11
var remotes = Remotes ();
12
12
remotes .use (new Remotes.Local ({
13
13
dir: ' components'
@@ -28,7 +28,7 @@ co(function* () {
28
28
A shortcut for the above is:
29
29
30
30
``` js
31
- var remotes = require (' remotes' )([' github' ], {
31
+ var remotes = require (' component- remotes' )([' github' ], {
32
32
local: true ,
33
33
dir: ' components' ,
34
34
netrc: ' ' ,
@@ -131,7 +131,7 @@ You may create your own remote. See the [remotes](https://github.com/component/r
131
131
Extend a new ` Remote ` class with the current Remote. Example:
132
132
133
133
``` js
134
- var Remote = require (' remotes' ).Remote ;
134
+ var Remote = require (' component- remotes' ).Remote ;
135
135
136
136
function GitHub (options ) {
137
137
options = options || {}
You can’t perform that action at this time.
0 commit comments