@gkalpak/ng-maintain-utils
Advanced tools
Comparing version 0.0.17 to 0.0.18
@@ -44,3 +44,3 @@ 'use strict'; | ||
this.askQuestion(`\n${question} ${answerOptions}: ${chalk.bgWhite('')}`).then(answer => { | ||
this.askQuestion(`\n${question} ${answerOptions}${chalk.reset(': ')}`).then(answer => { | ||
let nonDefaultAnswer = defaultsToYes ? 'no' : 'yes'; | ||
@@ -47,0 +47,0 @@ let gaveNonDefaultAnswer = this._matchesAnswer(answer, nonDefaultAnswer); |
{ | ||
"name": "@gkalpak/ng-maintain-utils", | ||
"version": "0.0.17", | ||
"version": "0.0.18", | ||
"description": "A private collection of utilities for developing tools to help maintain (AngularJS-related) GitHub repositories.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
244588