git ssb

0+

cel / pull-git-remote-helper



Commit e299b522be44269ee2fb82fbb8afc46dacd9760f

Update deps and stuff

- Remove unused dependency
- Update author name
- Update git-ssb-web URL
cel committed on 5/21/2018, 2:23:21 PM
Parent: eead209ce126ffd087a7c49489717bf124bdda58

Files changed

index.jschanged
package.jsonchanged
index.jsView
@@ -1,7 +1,6 @@
11 var pull = require('pull-stream')
22 var cat = require('pull-cat')
3-var cache = require('pull-cache')
43 var buffered = require('pull-buffered')
54 var Repo = require('pull-git-repo')
65 var pack = require('pull-git-pack')
76 var pktLine = require('./lib/pkt-line')
package.jsonView
@@ -7,30 +7,29 @@
77 "test": "tape test/*.js"
88 },
99 "repository": {
1010 "type": "git",
11- "url": "https://git-ssb.celehner.com/%25a4gRtAS8FLgWfxcM6SRFly2KnY9fdG8dWRAzgXsaxW0%3D.sha256"
11 + "url": "https://git.scuttlebot.io/%25a4gRtAS8FLgWfxcM6SRFly2KnY9fdG8dWRAzgXsaxW0%3D.sha256"
1212 },
1313 "keywords": [
1414 "pull-stream",
1515 "pull-git-repo",
1616 "git",
1717 "git-remote-helper"
1818 ],
19- "author": "Charles Lehner (http://celehner.com/)",
19 + "author": "cel",
2020 "license": "Fair",
21- "homepage": "https://git-ssb.celehner.com/%25a4gRtAS8FLgWfxcM6SRFly2KnY9fdG8dWRAzgXsaxW0%3D.sha256",
22- "bugs": "https://git-ssb.celehner.com/%25a4gRtAS8FLgWfxcM6SRFly2KnY9fdG8dWRAzgXsaxW0%3D.sha256/issues",
21 + "homepage": "https://git.scuttlebot.io/%25a4gRtAS8FLgWfxcM6SRFly2KnY9fdG8dWRAzgXsaxW0%3D.sha256",
22 + "bugs": "https://git.scuttlebot.io/%25a4gRtAS8FLgWfxcM6SRFly2KnY9fdG8dWRAzgXsaxW0%3D.sha256/issues",
2323 "dependencies": {
24- "multicb": "^1.2.1",
25- "progress": "^1.1.8",
26- "pull-buffered": "^0.3.2",
27- "pull-cache": "^0.0.0",
24 + "multicb": "^1.2.2",
25 + "progress": "^2.0.0",
26 + "pull-buffered": "^0.3.4",
2827 "pull-cat": "^1.1.11",
29- "pull-git-pack": "^1.0.0",
30- "pull-git-repo": "^1.2.0",
28 + "pull-git-pack": "^1.0.2",
29 + "pull-git-repo": "^1.3.0",
3130 "pull-hash": "^1.0.0",
32- "pull-stream": "^3.4.5",
31 + "pull-stream": "^3.6.8",
3332 "stream-to-pull-stream": "^1.7.2"
3433 },
3534 "devDependencies": {
3635 "mktemp": "^0.4.0",

Built with git-ssb-web