Skip to content

Commit

Permalink
hardcode Uint1Array to a working commit; bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
FloorLamp committed Apr 12, 2018
1 parent 523fd9b commit 7a7c971
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dfinity-radix-tree",
"version": "0.2.1",
"version": "0.2.2",
"description": "This implements a binary merkle radix tree",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -32,7 +32,7 @@
"ipld-graph-builder": "^1.3.8",
"node-fetch": "^2.1.2",
"text-encoding": "^0.6.4",
"uint1array": "^1.0.5"
"uint1array": "git+https://github.com/dosyago-coder-0/Uint1Array.git#9afd708"
},
"browser": {
"node-fetch": "./fetch.js"
Expand Down

0 comments on commit 7a7c971

Please sign in to comment.