update .bithoundrc
This commit is contained in:
parent
349d2abe7d
commit
0a65634bd6
1 changed files with 4 additions and 2 deletions
|
@ -10,10 +10,12 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"mute": [
|
"mute": [
|
||||||
"read-config",
|
"read-config",
|
||||||
"socket.io"
|
"socket.io",
|
||||||
|
"standard",
|
||||||
|
"bithound"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"ignore": [
|
"ignore": [
|
||||||
"public/src/**"
|
"public/src/**"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue