Comparing version 1.1.5 to 1.1.6
@@ -136,7 +136,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { | ||
_this.t.interactor.clearLine() | ||
.write(_this.t.interactor.color.green(_this.t.interactor.decorate.bold((_this.config.back == option ? '<-- ' : '--> ') + option))).newLine(); | ||
.write(_this.t.interactor.color.green(_this.t.interactor.decorate.bold((_this.config.back == option ? '<- ' : '-> ') + option))).newLine(); | ||
} | ||
else { | ||
_this.t.interactor.clearLine() | ||
.write(' ' + option).newLine(); | ||
.write(' ' + option).newLine(); | ||
} | ||
@@ -143,0 +143,0 @@ }); |
{ | ||
"name": "agita", | ||
"version": "1.1.5", | ||
"version": "1.1.6", | ||
"main": "bin/index.js", | ||
@@ -5,0 +5,0 @@ "author": "Joel Huggett", |
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
111288