Comparing version 0.1.2 to 0.1.3
{ | ||
"name": "grunt-ccb", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "Create a CCB with manfiest information in JIRA", | ||
@@ -5,0 +5,0 @@ "main": "Gruntfile.js", |
@@ -142,3 +142,3 @@ 'use string'; | ||
.then(closeCcb) | ||
.fail(function(error){ | ||
.catch(function(error){ | ||
grunt.fatal.fail(error); | ||
@@ -145,0 +145,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
17272