Upgraded ethereumjs-util to fix sign message issue

pull/1/head
Eswara Sai 6 years ago
parent a4f18a3665
commit ffe7173479
No known key found for this signature in database
GPG Key ID: 65239C6436A828E8
  1. 1
      .gitignore
  2. 2
      package.json

1
.gitignore vendored

@ -1,3 +1,4 @@
.idea
.vscode
build
node_modules

@ -21,7 +21,7 @@
"csjs-inject": "^1.0.1",
"csslint": "^1.0.2",
"deep-equal": "^1.0.1",
"ethereumjs-util": "^5.1.2",
"ethereumjs-util": "^6.1.0",
"execr": "^1.0.1",
"exorcist": "^0.4.0",
"fast-async": "6.3.1",

Loading…
Cancel
Save