From 46075eac80addd64be1900fed6b6e04f2d3585f1 Mon Sep 17 00:00:00 2001 From: kiswa Date: Sat, 11 Feb 2017 01:35:57 +0000 Subject: [PATCH] Update counts --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 5aeec3b..4e94111 100644 --- a/README.md +++ b/README.md @@ -132,11 +132,11 @@ Because I like seeing the numbers. Language | Files | Blank | Comment | Code -------------|-------:|---------:|--------:|---------: -TypeScript | 49 | 526 | 21 | 2445 +TypeScript | 49 | 526 | 21 | 2439 PHP | 18 | 538 | 19 | 1672 HTML | 16 | 119 | 0 | 1108 SASS | 13 | 204 | 11 | 919 -__SUM:__ | __96__ | __1387__ | __51__ | __6144__ +__SUM:__ | __96__ | __1387__ | __51__ | __6138__ Command: `cloc --exclude-dir=vendor --exclude-ext=json src/` @@ -145,10 +145,10 @@ Command: `cloc --exclude-dir=vendor --exclude-ext=json src/` Language | Files | Blank | Comment | Code -------------|-------:|---------:|--------:|---------: PHP | 10 | 669 | 14 | 1955 -JavaScript | 26 | 289 | 27 | 1170 -__SUM:__ | __36__ | __958__ | __41__ | __3125__ +JavaScript | 27 | 331 | 110 | 1342 +__SUM:__ | __37__ | __1000__ | __124__ | __3297__ Command: `cloc --exclude-ext=xml test/` -Counts last updated Feb 7, 2017 +Counts last updated Feb 10, 2017