Comparing version 1.0.1 to 1.0.2
@@ -6,3 +6,7 @@ //@ts-check | ||
/** | ||
* Calls | ||
* Calls cloc internally | ||
* @param absolutePath {string} the path of the file or folder | ||
* @param args {string[]} the arguments to pass to cloc | ||
* | ||
* @see https://github.com/AlDanial/cloc | ||
*/ | ||
@@ -9,0 +13,0 @@ module.exports.cloc = (absolutePath, args = []) => { |
{ | ||
"name": "cloc-lib", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
571623
34