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.
- package/bin/purgetss +3 -3
- 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('
|
|
51
|
-
.description(`Install ${chalk.green('ESLint')} and ${chalk.green('Tailwind CSS')}
|
|
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)
|