Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Commit

Permalink
Update eth-sig-util to v2.1.2 (#415)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmurdoch authored Apr 15, 2019
1 parent e876dfb commit aa33028
Show file tree
Hide file tree
Showing 2 changed files with 76 additions and 27 deletions.
97 changes: 73 additions & 24 deletions npm-shrinkwrap.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"lib": "./lib"
},
"scripts": {
"_mocha": "mocha --check-leaks --recursive --globals _scratch,sanitizedData --opts ./test/.mocharc",
"nyc_mocha": "nyc mocha --check-leaks --recursive --globals _scratch,sanitizedData --opts ./test/.mocharc",
"_mocha": "mocha --check-leaks --recursive --globals _scratch --opts ./test/.mocharc",
"nyc_mocha": "nyc mocha --check-leaks --recursive --globals _scratch --opts ./test/.mocharc",
"_lint": "eslint --ignore-path .gitignore .",
"build": "webpack-cli --config ./webpack/node/core.webpack.config.js",
"build-web": "webpack-cli --config ./webpack/web-experimental/core.webpack.config.js",
Expand All @@ -31,7 +31,7 @@
"clone": "2.1.2",
"debug": "3.1.0",
"encoding-down": "5.0.4",
"eth-sig-util": "2.0.2",
"eth-sig-util": "2.1.2",
"ethereumjs-abi": "0.6.5",
"ethereumjs-account": "2.0.5",
"ethereumjs-block": "2.1.0",
Expand Down

0 comments on commit aa33028

Please sign in to comment.