git ssb

0+

wanderer🌟 / js-dfinity-radix-tree



Commit 7a7c971a8576fa166e3102de330a6e4c2be98c06

hardcode Uint1Array to a working commit; bump version

Norton Wang committed on 4/12/2018, 11:40:44 PM
Parent: 523fd9bda6df579abb596ed6e04a5c19c32ef4c2

Files changed

package-lock.jsonchanged
package.jsonchanged
package-lock.jsonView
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.jsonView
@@ -1,7 +1,7 @@
11 {
22 "name": "dfinity-radix-tree",
3- "version": "0.2.1",
3 + "version": "0.2.2",
44 "description": "This implements a binary merkle radix tree",
55 "main": "index.js",
66 "scripts": {
77 "coveralls": "npm run coverage && nyc report --reporter=text-lcov | coveralls",
@@ -31,9 +31,9 @@
3131 "borc": "git+https://github.com/dignifiedquire/borc.git#fix/nested-array",
3232 "ipld-graph-builder": "^1.3.8",
3333 "node-fetch": "^2.1.2",
3434 "text-encoding": "^0.6.4",
35- "uint1array": "^1.0.5"
35 + "uint1array": "git+https://github.com/dosyago-coder-0/Uint1Array.git#9afd708"
3636 },
3737 "browser": {
3838 "node-fetch": "./fetch.js"
3939 },

Built with git-ssb-web