[TASK] Bithound file length & unused modules

This commit is contained in:
Xaver Maierhofer 2017-02-25 16:37:56 +01:00 committed by Xaver Maierhofer
parent bd791c92f4
commit 2a446e719d
1 changed files with 19 additions and 0 deletions

View File

@ -1,6 +1,25 @@
{
"dependencies": {
"mute": [
],
"unused-ignores": [
"almond",
"chroma-js",
"d3",
"d3-*",
"leaflet",
"leaflet-label",
"moment",
"node-polyglot",
"rbush",
"requirejs",
"virtual-dom",
"promise-polyfill"
]
},
"critics": {
"wc": {
"limit": 5000
}
}
}