Comparing version 6.7.2 to 6.7.3
@@ -618,4 +618,8 @@ 'use strict'; | ||
module.exports = cac; | ||
module.exports.default = cac; | ||
module.exports.cac = cac; | ||
Object.assign(module.exports, { | ||
default: cac, | ||
cac, | ||
CAC: CAC, | ||
Command: Command | ||
}); | ||
} | ||
@@ -622,0 +626,0 @@ |
{ | ||
"name": "cac", | ||
"version": "6.7.2", | ||
"version": "6.7.3", | ||
"description": "Simple yet powerful framework for building command-line apps.", | ||
@@ -5,0 +5,0 @@ "repository": { |
Sorry, the diff of this file is not supported yet
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
81191
2060