Commit 343203ced157299bd2c071287e5c9945a760fe45
0.1.0
wanderer committed on 3/1/2018, 2:11:08 AMParent: 06b2218f6ef66cc3a3f189638221ab05e9d11687
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: 327883 bytes New file size: 327883 bytes |
package.json | ||
---|---|---|
@@ -1,7 +1,7 @@ | ||
1 | 1 … | { |
2 | 2 … | "name": "dfinity-radix-tree", |
3 | - "version": "0.0.9", | |
3 … | + "version": "0.1.0", | |
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