vtex-css-sanitizer-cli 1.0.3 → 1.0.5

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/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "vtex-css-sanitizer-cli",
3
- "version": "1.0.3",
3
+ "version": "1.0.5",
4
4
  "description": "Herramienta CLI para eliminar CSS y blockClass no utilizados en proyectos VTEX IO.",
5
5
  "main": "dist/index.js",
6
6
  "bin": {
7
7
  "vtex-css-sanitizer": "dist/index.js"
8
8
  },
9
9
  "scripts": {
10
- "build": "tsc",
10
+ "build": "npx tsc",
11
11
  "start": "ts-node src/index.ts",
12
12
  "dev": "npm run build && node dist/index.js"
13
13
  },