cz-jira-smart-commit
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -49,3 +49,3 @@ // This can be any kind of SystemJS compatible module. | ||
validate: function(input) { | ||
if (input && input.indexOf(' ')) { | ||
if (input && input.indexOf(' ') !== -1) { | ||
return 'Workflows cannot have spaces in smart commits. If your workflow name has a space, use a dash (-)'; | ||
@@ -52,0 +52,0 @@ } |
{ | ||
"name": "cz-jira-smart-commit", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "A commitizen adapter for Jira smart commits", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is not supported yet
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
25994