git ssb

0+

cel / pull-git-remote-helper



Commit 2626cc3c12f046085ad570bdbf95cbc4984d9997

Update URLs and dependencies

cel committed on 10/25/2016, 11:39:50 PM
Parent: c4746f85fa9f0951a91ce6c173fc4f09686a812b

Files changed

package.jsonchanged
package.jsonView
@@ -7,9 +7,9 @@
77 "test": "tape test/*.js"
88 },
99 "repository": {
1010 "type": "git",
11- "url": "git://github.com/clehner/pull-git-remote-helper"
11 + "url": "https://git-ssb.celehner.com/%25a4gRtAS8FLgWfxcM6SRFly2KnY9fdG8dWRAzgXsaxW0%3D.sha256"
1212 },
1313 "keywords": [
1414 "pull-stream",
1515 "pull-git-repo",
@@ -17,21 +17,20 @@
1717 "git-remote-helper"
1818 ],
1919 "author": "Charles Lehner (http://celehner.com/)",
2020 "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",
2423 "dependencies": {
2524 "multicb": "^1.2.1",
2625 "progress": "^1.1.8",
2726 "pull-buffered": "^0.3.2",
2827 "pull-cache": "^0.0.0",
2928 "pull-cat": "^1.1.11",
3029 "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",
3433 "stream-to-pull-stream": "^1.7.2"
3534 },
3635 "devDependencies": {
3736 "mktemp": "^0.4.0",

Built with git-ssb-web