@symbo.ls/cli 2.11.204 → 2.11.205

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/convert.js +1 -0
  2. package/package.json +2 -2
package/bin/convert.js CHANGED
@@ -35,6 +35,7 @@ program
35
35
  '(for example: --only=Flex,Img)')
36
36
  .option('-m, --merge <dir>',
37
37
  'After converting an entire directory, perform a recursive merge that takes files from this directory and puts them in the dest directory. It also concatenates index.js files')
38
+ .option('-v, --verbose', 'Run the converter in verbose-mode')
38
39
  .option('--internal-uikit',
39
40
  '(For internal use only). ' +
40
41
  'Excludes particular components from the conversion')
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@symbo.ls/cli",
3
- "version": "2.11.204",
3
+ "version": "2.11.205",
4
4
  "description": "Fetch your Symbols configuration",
5
5
  "main": "bin/fetch.js",
6
6
  "author": "Symbols",
@@ -27,5 +27,5 @@
27
27
  "peerDependencies": {
28
28
  "@symbo.ls/convert": "latest"
29
29
  },
30
- "gitHead": "dab7f6d84335bca5af356b849c51204910670e76"
30
+ "gitHead": "34a12e0c41de4a08c45fa5f48b0913510b861c06"
31
31
  }