From f9cdc9f42cb213abcc29179a81ab0a7f38c8f3fc Mon Sep 17 00:00:00 2001 From: Kylart Date: Wed, 24 May 2017 10:08:08 +0200 Subject: [PATCH] Added cloc to dev dependencies --- package.json | 21 +++++++++++++++++---- 1 file changed, 17 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 1d07898..e8b18b3 100755 --- a/package.json +++ b/package.json @@ -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 + ] } } }