@ampproject/toolbox-cli
Advanced tools
Comparing version 2.8.0-canary.9 to 2.8.0-canary.15
{ | ||
"name": "@ampproject/toolbox-cli", | ||
"version": "2.8.0-canary.9", | ||
"version": "2.8.0-canary.15", | ||
"description": "A Command Line Interface (CLI) for amp-toolbox", | ||
@@ -30,10 +30,10 @@ "main": "index.js", | ||
"dependencies": { | ||
"@ampproject/toolbox-cache-list": "^2.8.0-canary.9", | ||
"@ampproject/toolbox-cache-list": "^2.8.0-canary.15", | ||
"@ampproject/toolbox-cache-url": "^2.8.0-canary.6", | ||
"@ampproject/toolbox-core": "^2.8.0-canary.9", | ||
"@ampproject/toolbox-linter": "^2.8.0-canary.9", | ||
"@ampproject/toolbox-optimizer": "^2.8.0-canary.9", | ||
"@ampproject/toolbox-runtime-fetch": "^2.8.0-canary.9", | ||
"@ampproject/toolbox-runtime-version": "^2.8.0-canary.9", | ||
"@ampproject/toolbox-update-cache": "^2.8.0-canary.9", | ||
"@ampproject/toolbox-core": "^2.8.0-canary.15", | ||
"@ampproject/toolbox-linter": "^2.8.0-canary.15", | ||
"@ampproject/toolbox-optimizer": "^2.8.0-canary.15", | ||
"@ampproject/toolbox-runtime-fetch": "^2.8.0-canary.15", | ||
"@ampproject/toolbox-runtime-version": "^2.8.0-canary.15", | ||
"@ampproject/toolbox-update-cache": "^2.8.0-canary.15", | ||
"minimist": "1.2.5", | ||
@@ -43,3 +43,3 @@ "minimist-options": "4.1.0", | ||
}, | ||
"gitHead": "0974deb66a4bf37062208de3f6dbeea1ba08fa36" | ||
"gitHead": "082fd3256f3664fb016b47d2d1b965d47ebb3f53" | ||
} |
35217