git ssb

1+

Dominic / offset-log



Commit ab411ea3bfd4dc5e745fc541a107ffe2af8caec7

use reusable flumelog tests

Dominic Tarr committed on 11/7/2016, 10:07:12 PM
Parent: ae1ed2a9785eef910dc826de4a6a73c2ab1250ba

Files changed

package.jsonchanged
package.jsonView
@@ -9,19 +9,22 @@
99 },
1010 "dependencies": {
1111 "aligned-block-file": "0.0.0",
1212 "append-batch": "0.0.1",
13- "pull-live": "^1.0.1",
14- "pull-notify": "^0.1.1"
13 + "ltgt": "^2.1.3"
1514 },
1615 "devDependencies": {
1716 "pull-paramap": "^1.2.0",
1817 "pull-stream": "^3.5.0",
1918 "pull-write": "^1.1.1",
20- "tape": "^4.6.2"
19 + "tape": "^4.6.2",
20 + "test-flumelog": "0.0.2"
2121 },
2222 "scripts": {
2323 "test": "set -e; for t in test/*.js; do node $t; done"
2424 },
2525 "author": "'Dominic Tarr' <dominic.tarr@gmail.com> (dominictarr.com)",
2626 "license": "MIT"
2727 }
28 +
29 +
30 +

Built with git-ssb-web