This repository was archived by the owner on Sep 29, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
# GitCloud Client
2
2
3
- [ ![ Build Status] ( https://travis-ci.org/jiahaog /gitcloud-client.svg?branch=master )] ( https://travis-ci.org/jiahaog /gitcloud-client )
3
+ [ ![ Build Status] ( https://travis-ci.org/nativefier /gitcloud-client.svg?branch=master )] ( https://travis-ci.org/nativefier /gitcloud-client )
4
4
5
5
## Installation
6
6
@@ -17,7 +17,7 @@ $ npm install --save gitcloud
17
17
``` javascript
18
18
const gitCloud = require (' gitcloud' );
19
19
20
- gitCloud (' http://jiahaog .github.io/gitcloud' )
20
+ gitCloud (' http://nativefier .github.io/gitcloud' )
21
21
.then (fileIndex => {
22
22
console .log (fileIndex);
23
23
})
Original file line number Diff line number Diff line change 32
32
},
33
33
"repository" : {
34
34
"type" : " git" ,
35
- "url" : " git+https://github.com/jiahaog /gitcloud-client.git"
35
+ "url" : " git+https://github.com/nativefier /gitcloud-client.git"
36
36
},
37
37
"bugs" : {
38
- "url" : " https://github.com/jiahaog /gitcloud-client/issues"
38
+ "url" : " https://github.com/nativefier /gitcloud-client/issues"
39
39
},
40
- "homepage" : " https://github.com/jiahaog /gitcloud-client#readme"
40
+ "homepage" : " https://github.com/nativefier /gitcloud-client#readme"
41
41
}
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ describe('GitCloud Client', function () {
14
14
this . timeout ( 10000 ) ;
15
15
16
16
it ( 'Can get the index' , function ( done ) {
17
- gitCloud ( 'http://jiahaog .github.io/gitcloud' )
17
+ gitCloud ( 'http://nativefier .github.io/gitcloud' )
18
18
. then ( fileIndex => {
19
19
checkIndex ( fileIndex ) ;
20
20
done ( )
You can’t perform that action at this time.
0 commit comments