Update loc count library
This version will count lines of code in each file serially. It still runs all file system operations asynchronously. The only difference now is that it will only count one file at a time. It is slower, but it is able to count large repositories without running out of memory.
This commit is contained in:
parent
4c0671c518
commit
ddcb299283
7 changed files with 23 additions and 19 deletions
2
node_modules/github-linguist/package.json
generated
vendored
2
node_modules/github-linguist/package.json
generated
vendored
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "github-linguist",
|
||||
"version": "2.4.0",
|
||||
"version": "2.4.2",
|
||||
"description": "A tool to count lines of code in a repository powered by github-linguist langauge mappings.",
|
||||
"keywords": [
|
||||
"loc",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue