@tailwindcss-mangle/shared
Advanced tools
Comparing version 2.0.0 to 2.0.4
{ | ||
"name": "@tailwindcss-mangle/shared", | ||
"version": "2.0.0", | ||
"version": "2.0.4", | ||
"description": "The shared utils of tailwindcss-mangle", | ||
@@ -49,5 +49,5 @@ "exports": { | ||
"build": "unbuild", | ||
"test": "vitest run", | ||
"test": "vitest run --coverage.enabled", | ||
"test:dev": "vitest" | ||
} | ||
} |
20128