@tixyel/cli 2.7.0 → 2.7.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -321,7 +321,7 @@ program
321
321
  .aliases(['upgrade', 'u'])
322
322
  .description('Update Tixyel packages to the latest version.')
323
323
  .option('-f --force', 'Force update even if already on latest version', false)
324
- .option('-nc --no-cache', 'Disable package manager cache during installation', false)
324
+ .option('-n --no-cache', 'Disable package manager cache during installation', false)
325
325
  .action(async (options) => {
326
326
  const root = process.cwd();
327
327
  const inquirer = (await import('inquirer')).default;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tixyel/cli",
3
- "version": "2.7.0",
3
+ "version": "2.7.1",
4
4
  "description": "CLI tool for streamelements widgets",
5
5
  "keywords": [
6
6
  "cli",