@gemini-testing/commander
Advanced tools
Comparing version 2.15.2 to 2.15.3
{ | ||
"name": "@gemini-testing/commander", | ||
"version": "2.15.2", | ||
"version": "2.15.3", | ||
"description": "the complete solution for node.js command-line programs", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -309,2 +309,5 @@ // Type definitions for commander 2.11 | ||
declare const commander: commander.CommanderStatic; | ||
export = commander; | ||
declare module "@gemini-testing/commander" { | ||
export = commander; | ||
} |
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
59954
1347