Skip to content

Commit

Permalink
Remove unused events dependency (MetaMask#102)
Browse files Browse the repository at this point in the history
The `events` package was listed as a dependency despite not being used.
We do import from `events`, but this is the built-in Node.js events
API, which takes precedent over packages.
  • Loading branch information
Gudahtt authored Aug 31, 2021
1 parent fd27a07 commit 8563c83
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
"@ethereumjs/tx": "^3.2.0",
"ethereumjs-tx": "^1.3.4",
"ethereumjs-util": "^7.0.9",
"events": "^2.0.0",
"hdkey": "0.8.0"
},
"devDependencies": {
Expand Down
5 changes: 0 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -934,11 +934,6 @@ [email protected], ethjs-util@^0.1.3:
is-hex-prefixed "1.0.0"
strip-hex-prefix "1.0.0"

events@^2.0.0:
version "2.1.0"
resolved "https://registry.yarnpkg.com/events/-/events-2.1.0.tgz#2a9a1e18e6106e0e812aa9ebd4a819b3c29c0ba5"
integrity sha512-3Zmiobend8P9DjmKAty0Era4jV8oJ0yGYe2nJJAxgymF9+N8F2m0hhZiMoWtcfepExzNKZumFU3ksdQbInGWCg==

evp_bytestokey@^1.0.3:
version "1.0.3"
resolved "https://registry.yarnpkg.com/evp_bytestokey/-/evp_bytestokey-1.0.3.tgz#7fcbdb198dc71959432efe13842684e0525acb02"
Expand Down

0 comments on commit 8563c83

Please sign in to comment.