Skip to content
This repository was archived by the owner on Jun 6, 2021. It is now read-only.

Commit d3f6092

Browse files
committed
Missing dependancy
1 parent 37da434 commit d3f6092

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
"ip-regex": "^4.1.0",
3131
"irc-framework": "^4.9.0",
3232
"json5": "^2.1.3",
33+
"murmurhash3js": "^3.0.1",
3334
"strftime": "^0.10.0",
3435
"tinycon": "^0.6.8",
3536
"vue": "^2.6.11",

yarn.lock

+5
Original file line numberDiff line numberDiff line change
@@ -7596,6 +7596,11 @@ multicast-dns@^6.0.1:
75967596
dns-packet "^1.3.1"
75977597
thunky "^1.0.2"
75987598

7599+
murmurhash3js@^3.0.1:
7600+
version "3.0.1"
7601+
resolved "https://registry.yarnpkg.com/murmurhash3js/-/murmurhash3js-3.0.1.tgz#3e983e5b47c2a06f43a713174e7e435ca044b998"
7602+
integrity sha1-Ppg+W0fCoG9DpxMXTn5DXKBEuZg=
7603+
75997604
76007605
version "0.0.8"
76017606
resolved "https://registry.yarnpkg.com/mute-stream/-/mute-stream-0.0.8.tgz#1630c42b2251ff81e2a283de96a5497ea92e5e0d"

0 commit comments

Comments
 (0)