git ssb

2+

Dominic / pull-stream



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-stream
Mikey authored on 6/21/2016, 5:21:22 PM
GitHub committed on 6/21/2016, 5:21:22 PM
Parent: d99d85a16533a82af15af59ea09e68058f746596

Files changed

package.jsonchanged
package.jsonView
@@ -1,12 +1,12 @@
11 {
22 "name": "pull-stream",
33 "description": "minimal pull stream",
44 "version": "3.4.2",
5- "homepage": "https://github.com/dominictarr/pull-stream",
5+ "homepage": "https://pull-stream.github.io",
66 "repository": {
77 "type": "git",
8- "url": "git://github.com/dominictarr/pull-stream.git"
8+ "url": "git://github.com/pull-stream/pull-stream.git"
99 },
1010 "devDependencies": {
1111 "fastbench": "^1.0.1",
1212 "pull-abortable": "~2.0.0",

Built with git-ssb-web