webext-schema
Advanced tools
Comparing version 1.2.11 to 1.2.12
@@ -267,3 +267,3 @@ /** | ||
const parseCommand = args => { | ||
const reg = /^(?:-[h|v]|--(?:help|version)|u(?:pdate)?)$/; | ||
const reg = /^(?:(?:--)?help|-[h|v]|--version|u(?:pdate)?)$/; | ||
if (Array.isArray(args) && args.some(arg => reg.test(arg))) { | ||
@@ -270,0 +270,0 @@ commander.exitOverride(); |
@@ -38,3 +38,3 @@ { | ||
}, | ||
"version": "1.2.11" | ||
"version": "1.2.12" | ||
} |
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
3066222