commitplease
Advanced tools
Comparing version 2.7.2 to 2.7.3-0
@@ -21,3 +21,6 @@ var fs = require('fs') | ||
} else if (/EEXIST/.test(err.message)) { | ||
// do nothing | ||
// do nothing, but this might be a file, not a directory | ||
} else if (/ENOTDIR/.test(err.message)) { | ||
console.error('Will not install in a git submodule') | ||
process.exit(0) | ||
} else { | ||
@@ -24,0 +27,0 @@ console.error(err) |
{ | ||
"name": "commitplease", | ||
"version": "2.7.2", | ||
"version": "2.7.3-0", | ||
"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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
44889
1179
2