Commit 74aea9a56dd8e912df6972826537bddd14dc9ebb
0.0.2
wanderer committed on 8/4/2017, 11:14:38 PMParent: a7ce27a859b2fdd6478c8cad7d7718dfc8591466
Files changed
package.json | changed |
package.json | |||
---|---|---|---|
@@ -1,7 +1,7 @@ | |||
1 | 1 … | { | |
2 | 2 … | "name": "merkle-radix-tree", | |
3 | - "version": "0.0.1", | ||
3 … | + "version": "0.0.2", | ||
4 | 4 … | "description": "This implements a binary merkle radix tree", | |
5 | 5 … | "main": "index.js", | |
6 | 6 … | "scripts": { | |
7 | 7 … | "coverage": "node ./node_modules/istanbul/lib/cli.js cover ./tests/index.js", | |
Built with git-ssb-web