Comparing version 1.0.0 to 1.0.1
@@ -22,3 +22,3 @@ "format cjs"; | ||
prompter: function(cz, commit) { | ||
console.log('\nLine 1 will be cropped at 100 characters. All other lines will be wrapped after 100 characters.\n'); | ||
console.log('\nLine 1 will be cropped at 60 characters. All other lines will be wrapped after 80 characters.\n'); | ||
@@ -25,0 +25,0 @@ // Let's ask some questions of the user |
{ | ||
"name": "cz-rea", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Commitizen adapter following the conventional-changelog format.", | ||
@@ -16,3 +16,6 @@ "main": "index.js", | ||
}, | ||
"author": "kamekazemaster <kamekazemaster@gmail.com>", | ||
"author": "Jim Cummins <jimthedev@gmail.com>", | ||
"contributors": [ | ||
"kamekazemaster <kamekazemaster@gmail.com>" | ||
], | ||
"license": "MIT", | ||
@@ -19,0 +22,0 @@ "dependencies": { |
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
5714