commit-message-validator
Advanced tools
Comparing version 0.1.9 to 0.1.11
@@ -43,3 +43,3 @@ 'use strict' | ||
} catch (error) { | ||
// do nothing | ||
// do nothing | ||
} | ||
@@ -46,0 +46,0 @@ } |
{ | ||
"name": "commit-message-validator", | ||
"version": "0.1.9", | ||
"version": "0.1.11", | ||
"description": "Git commit-msg hook validator", | ||
@@ -31,3 +31,3 @@ "main": "index.js", | ||
"devDependencies": { | ||
"eslint": "^3.19.0", | ||
"eslint": "^5.16.0", | ||
"husky": "^0.13.3" | ||
@@ -34,0 +34,0 @@ }, |
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
6205