Commit 8a0fe535c0ded473688e27b443e8cb2adebabb35
0.0.1
wanderer committed on 10/9/2017, 11:06:41 PMParent: a0ba572d208071f4f0f2d8a1ab931d103f8f5290
Files changed
package-lock.json | changed |
package.json | changed |
package-lock.json | ||
---|---|---|
The diff is too large to show. Use a local git client to view these changes. Old file size: 331371 bytes New file size: 331371 bytes |
package.json | |||
---|---|---|---|
@@ -1,7 +1,7 @@ | |||
1 | 1 … | { | |
2 | 2 … | "name": "dfinity-radix-tree", | |
3 | - "version": "0.0.0", | ||
3 … | + "version": "0.0.1", | ||
4 | 4 … | "description": "This implements a binary merkle radix tree", | |
5 | 5 … | "main": "index.js", | |
6 | 6 … | "scripts": { | |
7 | 7 … | "coveralls": "npm run coverage && nyc report --reporter=text-lcov | coveralls", | |
Built with git-ssb-web