commitplease
Advanced tools
Comparing version 0.5.0 to 0.5.1
@@ -51,5 +51,5 @@ // based on install.js by bahmutov | ||
// make it executable. | ||
console.log(path.relative("./commit-msg-hook.js", root)) | ||
fs.symlinkSync(path.relative("./commit-msg-hook.js", root), hook); | ||
console.log(path.relative(path.resolve(hooks), "./commit-msg-hook.js")); | ||
fs.symlinkSync(path.relative(path.resolve(hooks), "./commit-msg-hook.js"), hook); | ||
// fs.writeFileSync(hook, hookContent); | ||
// fs.chmodSync(hook, '755'); |
{ | ||
"name": "commitplease", | ||
"version": "0.5.0", | ||
"version": "0.5.1", | ||
"description": "Validates strings as commit messages", | ||
@@ -5,0 +5,0 @@ "main": "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
6714