@neilbmclaughlin/github-secrets
Advanced tools
Comparing version 1.1.3 to 1.1.4
@@ -41,3 +41,3 @@ #!/usr/bin/env node | ||
.then(() => console.log(chalk.green('put complete'))) | ||
.catch((err) => console.log(`${chalk.red('delete failed')} (${chalk.grey(err.extended ? err.extended.message : err)})`)) | ||
.catch((err) => console.log(`${chalk.red('put failed')} (${chalk.grey(err.extended ? err.extended.message : err)})`)) | ||
} | ||
@@ -44,0 +44,0 @@ ) |
{ | ||
"name": "@neilbmclaughlin/github-secrets", | ||
"version": "1.1.3", | ||
"version": "1.1.4", | ||
"description": "manage git repository secrets", | ||
@@ -5,0 +5,0 @@ "scripts": { |
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
9917