Commit 7a7c971a8576fa166e3102de330a6e4c2be98c06
hardcode Uint1Array to a working commit; bump version
Norton Wang committed on 4/12/2018, 11:40:44 PMParent: 523fd9bda6df579abb596ed6e04a5c19c32ef4c2
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: 359194 bytes New file size: 359145 bytes |
package.json | |||
---|---|---|---|
@@ -1,7 +1,7 @@ | |||
1 | 1 … | { | |
2 | 2 … | "name": "dfinity-radix-tree", | |
3 | - "version": "0.2.1", | ||
3 … | + "version": "0.2.2", | ||
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", | |
@@ -31,9 +31,9 @@ | |||
31 | 31 … | "borc": "git+https://github.com/dignifiedquire/borc.git#fix/nested-array", | |
32 | 32 … | "ipld-graph-builder": "^1.3.8", | |
33 | 33 … | "node-fetch": "^2.1.2", | |
34 | 34 … | "text-encoding": "^0.6.4", | |
35 | - "uint1array": "^1.0.5" | ||
35 … | + "uint1array": "git+https://github.com/dosyago-coder-0/Uint1Array.git#9afd708" | ||
36 | 36 … | }, | |
37 | 37 … | "browser": { | |
38 | 38 … | "node-fetch": "./fetch.js" | |
39 | 39 … | }, |
Built with git-ssb-web