Skip to content

Commit

Permalink
fix for issue #20 - Buffer not defined
Browse files Browse the repository at this point in the history
  • Loading branch information
zmitton committed Dec 19, 2020
1 parent bcd12ff commit e9ec706
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
19 changes: 19 additions & 0 deletions package-lock.json

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

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
{
"name": "eth-proof",
"version": "2.1.4",
"version": "2.1.5",
"description": "Proving things in the Ethereum Patricia Trie (tree)",
"main": "index.js",
"dependencies": {
"buffer": "^6.0.3",
"eth-object": "^1.0.3",
"eth-util-lite": "^1.0.1",
"isomorphic-rpc": "^1.1.1",
Expand Down

1 comment on commit e9ec706

@zmitton
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed issue #20

Please sign in to comment.