Comparing version 0.1.3 to 0.1.4
@@ -71,6 +71,8 @@ #!/usr/bin/env node | ||
if (confirm) { | ||
deleteBranches(branches); | ||
deleteBranches(selectedBranches); | ||
console.log( | ||
`${success} ${magenta(branches.length)} branches has been deleted.` | ||
`${success} ${magenta( | ||
selectedBranches.length | ||
)} branches has been deleted.` | ||
); | ||
@@ -77,0 +79,0 @@ } |
@@ -12,3 +12,3 @@ { | ||
}, | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"bin": { | ||
@@ -15,0 +15,0 @@ "sg": "./bin/swagit.js", |
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
7638
157