Commit 3761392134a6c580635137cb17b6e3d109e0eac5
update package.homepage and package.repo.url (#54)
* update package.homepage to https://pull-stream.github.io for https://github.com/pull-stream/pull-stream/issues/53 * update package.repo.url to git://github.com/pull-stream/pull-streamMikey authored on 6/21/2016, 5:21:22 PM
GitHub committed on 6/21/2016, 5:21:22 PM
Parent: d99d85a16533a82af15af59ea09e68058f746596
Files changed
package.json | changed |
package.json | ||
---|---|---|
@@ -1,12 +1,12 @@ | ||
1 | 1 | { |
2 | 2 | "name": "pull-stream", |
3 | 3 | "description": "minimal pull stream", |
4 | 4 | "version": "3.4.2", |
5 | - "homepage": "https://github.com/dominictarr/pull-stream", | |
5 | + "homepage": "https://pull-stream.github.io", | |
6 | 6 | "repository": { |
7 | 7 | "type": "git", |
8 | - "url": "git://github.com/dominictarr/pull-stream.git" | |
8 | + "url": "git://github.com/pull-stream/pull-stream.git" | |
9 | 9 | }, |
10 | 10 | "devDependencies": { |
11 | 11 | "fastbench": "^1.0.1", |
12 | 12 | "pull-abortable": "~2.0.0", |
Built with git-ssb-web