Comparing version 1.1.1 to 1.1.2
@@ -110,4 +110,8 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { | ||
.newLine() | ||
.write(this.t.interactor.color.yellow('Loaded: ' + this.app.gitInfo.currentDirectory())) | ||
.write(this.t.interactor.color.yellow('Repository: ')) | ||
.write(this.app.gitInfo.currentDirectory().split('/').pop()) | ||
.newLine() | ||
.write(this.t.interactor.color.yellow('Current branch: ')) | ||
.write(this.app.gitInfo.currentBranch()) | ||
.newLine() | ||
.newLine(); | ||
@@ -114,0 +118,0 @@ if (this.app.gitInfo.remotes().length == 0) { |
{ | ||
"name": "agita", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"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
94293
2057