vtex-css-sanitizer-cli 1.0.1 → 1.0.2
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/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -33,7 +33,7 @@ Estos restos de código aumentan el tamaño de los bundles y hacen que la base d
|
|
|
33
33
|
Para usar esta herramienta en cualquier proyecto de tu máquina, instálala globalmente:
|
|
34
34
|
|
|
35
35
|
```bash
|
|
36
|
-
npm install -g vtex-css-sanitizer
|
|
36
|
+
npm install -g vtex-css-sanitizer-cli
|
|
37
37
|
```
|
|
38
38
|
|
|
39
39
|
### 🚀 Uso
|