git ssb

1+

Dominic / offset-log



Commit f86224c1b135034403ce03f634e8f8c00020241a

update deps

Dominic Tarr committed on 11/7/2016, 2:30:22 PM
Parent: fc13e42a759a40bc1074a8e074d3f4c37d93a4e6

Files changed

package.jsonchanged
package.jsonView
@@ -7,17 +7,21 @@
77 "type": "git",
88 "url": "git://github.com/dominictarr/offset-log.git"
99 },
1010 "dependencies": {
11 + "aligned-block-file": "0.0.0",
12 + "append-batch": "0.0.1",
1113 "pull-live": "^1.0.1",
1214 "pull-notify": "^0.1.1"
1315 },
1416 "devDependencies": {
15- "tape": "^4.6.0"
17 + "pull-paramap": "^1.2.0",
18 + "pull-stream": "^3.5.0",
19 + "pull-write": "^1.1.1",
20 + "tape": "^4.6.2"
1621 },
1722 "scripts": {
1823 "test": "set -e; for t in test/*.js; do node $t; done"
1924 },
2025 "author": "'Dominic Tarr' <dominic.tarr@gmail.com> (dominictarr.com)",
2126 "license": "MIT"
2227 }
23-

Built with git-ssb-web