commit-message-validator
Advanced tools
Comparing version 0.1.5 to 0.1.6
@@ -14,3 +14,3 @@ 'use strict' | ||
try { | ||
const root = findRoot() | ||
const root = findRoot(path.join(__dirname, '..', '..')) | ||
const packageJson = path.join(root, 'package.json') | ||
@@ -17,0 +17,0 @@ const packageObj = JSON.parse(fs.readFileSync(packageJson, 'utf8')) |
{ | ||
"name": "commit-message-validator", | ||
"version": "0.1.5", | ||
"version": "0.1.6", | ||
"description": "Git commit-msg hook validator", | ||
@@ -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
7161