@gauntface/cli
Advanced tools
Comparing version 0.1.0 to 0.2.0
@@ -74,3 +74,3 @@ const spawn = require('child_process').spawn; | ||
// --cache-control Set cache control headers | ||
parts.push(`--cache-control 'max-age=${maxAge}'`); | ||
parts.push(`--cache-control max-age=${maxAge}`); | ||
@@ -124,2 +124,2 @@ return parts.join(" ") | ||
}); | ||
} | ||
} |
@@ -6,3 +6,3 @@ { | ||
}, | ||
"version": "0.1.0", | ||
"version": "0.2.0", | ||
"description": "A CLI tool to help with repetitive tasks.", | ||
@@ -30,4 +30,4 @@ "main": "index.js", | ||
"dependencies": { | ||
"commander": "^6.1.0" | ||
"commander": "^9.0.0" | ||
} | ||
} |
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
16046
7
116
+ Addedcommander@9.5.0(transitive)
- Removedcommander@6.2.1(transitive)
Updatedcommander@^9.0.0