prg-projectator
Advanced tools
Comparing version 0.2.0 to 0.2.1
{ | ||
"name": "prg-projectator", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "project-development boost utility", | ||
@@ -5,0 +5,0 @@ "bin": { |
@@ -52,3 +52,3 @@ 'use strict'; | ||
.map(title => title.match(COMMENT_REGEX)[1]) | ||
.forEach(mapStrings); | ||
.forEach(w => mapStrings(w)); | ||
}); | ||
@@ -68,3 +68,3 @@ process.stdout.write('\n\n'); | ||
header += '#. quick reply, max 20 chars\n'; | ||
quickReply += '- quick reply'; | ||
quickReply += ' - quick reply'; | ||
} | ||
@@ -71,0 +71,0 @@ header += `#: ${text.files |
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
62289