@jarrodldavis/tailwindcss-clsx
Advanced tools
Comparing version 0.1.3 to 0.1.4
@@ -33,3 +33,3 @@ #!/usr/bin/env node | ||
catch (error) { | ||
spinner?.fail(); | ||
spinner === null || spinner === void 0 ? void 0 : spinner.fail(); | ||
if (error instanceof Error) { | ||
@@ -36,0 +36,0 @@ delete error.stack; |
{ | ||
"name": "@jarrodldavis/tailwindcss-clsx", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"description": "TypeScript type generator for Tailwind utility classes and `clsx`", | ||
@@ -32,3 +32,3 @@ "main": "dist/index.js", | ||
"engines": { | ||
"node": "^14.14.0", | ||
"node": "^12.18.3 || ^14.14.0", | ||
"npm": "^6.14.8" | ||
@@ -35,0 +35,0 @@ }, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
14436