Commit 2626cc3c12f046085ad570bdbf95cbc4984d9997
Update URLs and dependencies
cel committed on 10/25/2016, 11:39:50 PMParent: c4746f85fa9f0951a91ce6c173fc4f09686a812b
Files changed
package.json | changed |
package.json | ||
---|---|---|
@@ -7,9 +7,9 @@ | ||
7 | 7 … | "test": "tape test/*.js" |
8 | 8 … | }, |
9 | 9 … | "repository": { |
10 | 10 … | "type": "git", |
11 | - "url": "git://github.com/clehner/pull-git-remote-helper" | |
11 … | + "url": "https://git-ssb.celehner.com/%25a4gRtAS8FLgWfxcM6SRFly2KnY9fdG8dWRAzgXsaxW0%3D.sha256" | |
12 | 12 … | }, |
13 | 13 … | "keywords": [ |
14 | 14 … | "pull-stream", |
15 | 15 … | "pull-git-repo", |
@@ -17,21 +17,20 @@ | ||
17 | 17 … | "git-remote-helper" |
18 | 18 … | ], |
19 | 19 … | "author": "Charles Lehner (http://celehner.com/)", |
20 | 20 … | "license": "Fair", |
21 | - "bugs": { | |
22 | - "url": "https://github.com/clehner/pull-git-remote-helper/issues" | |
23 | - }, | |
21 … | + "homepage": "https://git-ssb.celehner.com/%25a4gRtAS8FLgWfxcM6SRFly2KnY9fdG8dWRAzgXsaxW0%3D.sha256", | |
22 … | + "bugs": "https://git-ssb.celehner.com/%25a4gRtAS8FLgWfxcM6SRFly2KnY9fdG8dWRAzgXsaxW0%3D.sha256/issues", | |
24 | 23 … | "dependencies": { |
25 | 24 … | "multicb": "^1.2.1", |
26 | 25 … | "progress": "^1.1.8", |
27 | 26 … | "pull-buffered": "^0.3.2", |
28 | 27 … | "pull-cache": "^0.0.0", |
29 | 28 … | "pull-cat": "^1.1.11", |
30 | 29 … | "pull-git-pack": "^0.2.3", |
31 | - "pull-git-repo": "^0.6.0", | |
32 | - "pull-hash": "^0.0.1", | |
33 | - "pull-stream": "^3.1.0", | |
30 … | + "pull-git-repo": "^0.6.1", | |
31 … | + "pull-hash": "^1.0.0", | |
32 … | + "pull-stream": "^3.4.5", | |
34 | 33 … | "stream-to-pull-stream": "^1.7.2" |
35 | 34 … | }, |
36 | 35 … | "devDependencies": { |
37 | 36 … | "mktemp": "^0.4.0", |
Built with git-ssb-web