purgetss 6.2.21 → 6.2.22

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/purgetss +1 -1
  2. package/package.json +1 -1
package/bin/purgetss CHANGED
@@ -73,7 +73,7 @@ program
73
73
  .option('-q, --quotes', 'Keep double quotes in config.js')
74
74
  .option('-r, --random', 'Generates shades from a random color')
75
75
  .option('-s, --single', 'Generate a single color definition')
76
- .option('-t, --tailwind', `Save generated color in ${chalk.yellow('tailwind.config.js')}`)
76
+ .option('-t, --tailwind', 'Log the generated shades with a compatible structure with `tailwind.config.js`')
77
77
  .option('-l, --log', `Log the generated shades instead of saving them`)
78
78
  .option('-j, --json', `Log a JSON compatible structure, to use it in ${chalk.yellow('app/config.json')}`)
79
79
  .description(`Color shades generator from a given hexcolor`)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "purgetss",
3
- "version": "6.2.21",
3
+ "version": "6.2.22",
4
4
  "description": "An extension for Titanium SDK that contains a set of Tailwind-like classes to easily and quickly create beautifully designed mobile apps.",
5
5
  "main": "index.js",
6
6
  "bin": {