bulk-delete-github-environments
Advanced tools
Comparing version 1.0.4 to 1.0.5
{ | ||
"name": "bulk-delete-github-environments", | ||
"type": "module", | ||
"version": "1.0.4", | ||
"module": "main.mjs", | ||
"version": "1.0.5", | ||
"description": "Bulk delete github environments", | ||
@@ -14,3 +13,8 @@ "author": "Zuplo, Inc.", | ||
}, | ||
"bin": "./main.mjs", | ||
"engines": { | ||
"node": ">=18.0.0" | ||
}, | ||
"bin": { | ||
"bulk-delete-github-environments": "main.mjs" | ||
}, | ||
"files": [ | ||
@@ -17,0 +21,0 @@ "main.mjs" |
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
2708