purgetss 6.2.37 → 6.2.38

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 +3 -3
  2. package/package.json +1 -1
package/bin/purgetss CHANGED
@@ -46,9 +46,9 @@ program
46
46
  })
47
47
 
48
48
  program
49
- .command('dependencies')
50
- .alias('d')
51
- .description(`Install ${chalk.green('ESLint')} and ${chalk.green('Tailwind CSS')} for a better development experience`)
49
+ .command('install-dependencies')
50
+ .alias('id')
51
+ .description(`Install ${chalk.green('ESLint')} and ${chalk.green('Tailwind CSS')} to an existing project`)
52
52
  .help('Installing ESLint and Tailwind CSS can help improve your development workflow with PurgeTSS by enabling code linting and enhancing the UI development capabilities.')
53
53
  .action((args, options, logger) => {
54
54
  purgetss.dependencies(args, options)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "purgetss",
3
- "version": "6.2.37",
3
+ "version": "6.2.38",
4
4
  "description": "A package that simplifies mobile app creation for Titanium developers.",
5
5
  "main": "index.js",
6
6
  "bin": {