Commit 3c171bbc3d5ef7865c87b937a3d17d5283674419
Update dependencies
Charles Lehner committed on 3/20/2016, 2:01:47 AMParent: 19f56371ca30ab1b788a7f999d532d523f890469
Files changed
package.json | changed |
package.json | ||
---|---|---|
@@ -24,19 +24,19 @@ | ||
24 | 24 | "dependencies": { |
25 | 25 | "multicb": "^1.2.1", |
26 | 26 | "pako": "^1.0.0", |
27 | 27 | "progress": "^1.1.8", |
28 | - "pull-buffered": "^0.3.0", | |
28 | + "pull-buffered": "^0.3.1", | |
29 | 29 | "pull-cache": "^0.0.0", |
30 | 30 | "pull-cat": "^1.1.8", |
31 | - "pull-git-pack": "^0.1.0", | |
32 | - "pull-git-repo": "^0.2.1", | |
31 | + "pull-git-pack": "^0.1.1", | |
32 | + "pull-git-repo": "^0.2.2", | |
33 | 33 | "pull-hash": "^0.0.0", |
34 | 34 | "pull-stream": "^3.1.0", |
35 | 35 | "stream-to-pull-stream": "^1.6.6" |
36 | 36 | }, |
37 | 37 | "devDependencies": { |
38 | 38 | "mktemp": "^0.4.0", |
39 | - "rimraf": "^2.5.1", | |
39 | + "rimraf": "^2.5.2", | |
40 | 40 | "tape": "^4.4.0" |
41 | 41 | } |
42 | 42 | } |
Built with git-ssb-web