formatting

This commit is contained in:
billchurch 2017-05-19 20:58:26 -04:00
parent 252306322b
commit efb48ab711

View file

@ -1,10 +1,16 @@
"critics": { {
"lint": {"engine": "standard"}, "critics": {
"wc": { "limit": 5000 } "lint": {
}, "engine": "standard"
},
"wc": {
"limit": 5000
}
},
"dependencies": { "dependencies": {
"mute": [ "mute": [
"read-config", "read-config",
"socket.io" "socket.io"
] ]
} }
}