@gauntface/cli
Advanced tools
Comparing version 0.0.7 to 0.0.8
@@ -43,3 +43,3 @@ const spawn = require('child_process').spawn; | ||
const shortTermCacheExt = ['html', 'xml', 'json', 'svg']; | ||
const longTermCacheExt = ['css', 'js', 'png', 'jpg', 'jpeg', 'gif', 'webp', 'woff', 'woff2', 'mp3']; | ||
const longTermCacheExt = ['css', 'js', 'png', 'jpg', 'jpeg', 'gif', 'webp', 'woff', 'woff2', 'mp3', 'pdf']; | ||
const deleteExt = shortTermCacheExt.concat(longTermCacheExt); | ||
@@ -46,0 +46,0 @@ const steps = [ |
@@ -6,7 +6,7 @@ { | ||
}, | ||
"version": "0.0.7", | ||
"version": "0.0.8", | ||
"description": "A CLI tool to help with repetitive tasks.", | ||
"main": "index.js", | ||
"bin": { | ||
"gauntface": "./gauntface.js" | ||
"gauntface": "gauntface.js" | ||
}, | ||
@@ -13,0 +13,0 @@ "scripts": { |
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
15503