@symbo.ls/cli 0.6.30 → 0.6.32

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/bin/fetch.js +1 -1
  2. package/package.json +1 -1
package/bin/fetch.js CHANGED
@@ -88,7 +88,7 @@ program
88
88
  for (const t in config) {
89
89
  const type = config[t]
90
90
  console.log(chalk.bold(t))
91
- // for (const v in type) console.log(' ', chalk.dim(v))
91
+ for (const v in type) console.log(' ', chalk.dim(v))
92
92
  console.log(Object.keys(type))
93
93
  }
94
94
  })
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@symbo.ls/cli",
3
- "version": "0.6.30",
3
+ "version": "0.6.32",
4
4
  "description": "Fetch your Symbols configuration",
5
5
  "main": "bin/fetch.js",
6
6
  "author": "Symbols",