Commit 3a81a5352d5aaf37b1da33edb885c8da1f5d80b7
Update dependencies
Charles Lehner committed on 4/18/2016, 1:21:04 PMParent: ba1140afd3a13d6dd0f20a8db819e8775cf1bbac
Files changed
package.json | changed |
package.json | ||
---|---|---|
@@ -22,18 +22,17 @@ | ||
22 | 22 | "url": "https://github.com/clehner/pull-git-remote-helper/issues" |
23 | 23 | }, |
24 | 24 | "dependencies": { |
25 | 25 | "multicb": "^1.2.1", |
26 | - "pako": "^1.0.0", | |
27 | 26 | "progress": "^1.1.8", |
28 | 27 | "pull-buffered": "^0.3.1", |
29 | 28 | "pull-cache": "^0.0.0", |
30 | 29 | "pull-cat": "^1.1.8", |
31 | - "pull-git-pack": "^0.1.2", | |
32 | - "pull-git-repo": "^0.2.3", | |
33 | - "pull-hash": "^0.0.0", | |
30 | + "pull-git-pack": "^0.2.0", | |
31 | + "pull-git-repo": "^0.4.0", | |
32 | + "pull-hash": "^0.0.1", | |
34 | 33 | "pull-stream": "^3.1.0", |
35 | - "stream-to-pull-stream": "^1.6.6" | |
34 | + "stream-to-pull-stream": "^1.6.8" | |
36 | 35 | }, |
37 | 36 | "devDependencies": { |
38 | 37 | "mktemp": "^0.4.0", |
39 | 38 | "rimraf": "^2.5.2", |
Built with git-ssb-web