Added cloc to dev dependencies

This commit is contained in:
Kylart 2017-05-24 10:08:08 +02:00
parent a8a28c7882
commit f9cdc9f42c
1 changed files with 17 additions and 4 deletions

View File

@ -40,6 +40,7 @@
"babel-plugin-add-module-exports": "^0.2.1",
"babel-preset-es2015": "^6.24.1",
"chai": "^3.5.0",
"cloc": "^2.2.0",
"codecov": "^2.2.0",
"colors": "^1.1.2",
"cross-env": "^3.1.4",
@ -105,10 +106,22 @@
"**/openExternal.js"
],
"watermarks": {
"lines": [80, 95],
"functions": [80, 95],
"branches": [80, 95],
"statements": [80, 95]
"lines": [
80,
95
],
"functions": [
80,
95
],
"branches": [
80,
95
],
"statements": [
80,
95
]
}
}
}