Skip to content
This repository was archived by the owner on Sep 29, 2023. It is now read-only.

Commit 83515a8

Browse files
authored
Transfer to nativefier organization
1 parent aa63f88 commit 83515a8

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# GitCloud Client
22

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)
44

55
## Installation
66

@@ -17,7 +17,7 @@ $ npm install --save gitcloud
1717
```javascript
1818
const gitCloud = require('gitcloud');
1919

20-
gitCloud('http://jiahaog.github.io/gitcloud')
20+
gitCloud('http://nativefier.github.io/gitcloud')
2121
.then(fileIndex => {
2222
console.log(fileIndex);
2323
})

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@
3232
},
3333
"repository": {
3434
"type": "git",
35-
"url": "git+https://github.com/jiahaog/gitcloud-client.git"
35+
"url": "git+https://github.com/nativefier/gitcloud-client.git"
3636
},
3737
"bugs": {
38-
"url": "https://github.com/jiahaog/gitcloud-client/issues"
38+
"url": "https://github.com/nativefier/gitcloud-client/issues"
3939
},
40-
"homepage": "https://github.com/jiahaog/gitcloud-client#readme"
40+
"homepage": "https://github.com/nativefier/gitcloud-client#readme"
4141
}

test/gitCloud.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ describe('GitCloud Client', function () {
1414
this.timeout(10000);
1515

1616
it('Can get the index', function (done) {
17-
gitCloud('http://jiahaog.github.io/gitcloud')
17+
gitCloud('http://nativefier.github.io/gitcloud')
1818
.then(fileIndex => {
1919
checkIndex(fileIndex);
2020
done()

0 commit comments

Comments
 (0)