@sprocketbot/listodo
Advanced tools
Comparing version 0.0.14 to 0.0.15
@@ -10,3 +10,3 @@ "use strict"; | ||
const getGitRoot = () => { | ||
return (0, child_process_1.execSync)("git rev-parse --show-toplevel").toString(); | ||
return (0, child_process_1.execSync)("git rev-parse --show-toplevel").toString().trim(); | ||
}; | ||
@@ -13,0 +13,0 @@ exports.getGitRoot = getGitRoot; |
{ | ||
"name": "@sprocketbot/listodo", | ||
"version": "0.0.14", | ||
"version": "0.0.15", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "bin": "bin/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
7234