Skip to content

Commit

Permalink
fix: add events dep (#581)
Browse files Browse the repository at this point in the history
This dependency is used, not sure why dep-check says it isn't.
  • Loading branch information
achingbrain authored May 22, 2023
1 parent 5a0d81f commit d26cd16
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@
"test:firefox": "aegir test -t browser -- --browser firefox",
"test:firefox-webworker": "aegir test -t webworker -- --browser firefox",
"test:electron-main": "aegir test -t electron-main",
"dep-check": "aegir dep-check -i protons",
"dep-check": "aegir dep-check -i protons -i events",
"generate": "protons ./src/message/message.proto",
"docs": "aegir docs"
},
Expand All @@ -157,6 +157,7 @@
"abortable-iterator": "^5.0.1",
"any-signal": "^4.1.1",
"blockstore-core": "^4.0.0",
"events": "^3.3.0",
"interface-blockstore": "^5.0.0",
"interface-store": "^5.1.0",
"it-foreach": "^2.0.2",
Expand Down

0 comments on commit d26cd16

Please sign in to comment.