@jdion/tailwindcss
Advanced tools
Comparing version 1.0.0 to 1.0.4
{ | ||
"name": "@jdion/tailwindcss", | ||
"version": "1.0.0", | ||
"version": "1.0.4", | ||
"description": "Collection of common Tailwind CSS utils", | ||
@@ -27,2 +27,9 @@ "author": "Jonathan Dion <jonathandionalary@gmail.com> (https://github.com/jonathandion/)", | ||
], | ||
"peerDependencies": { | ||
"clsx": ">=2.0.0", | ||
"tailwind-merge": ">=1.0.0" | ||
}, | ||
"devDependencies": { | ||
"tailwindcss": "^3.3.3" | ||
}, | ||
"scripts": { | ||
@@ -37,10 +44,3 @@ "dev": "concurrently 'pnpm run build:commonjs --watch' 'pnpm run types:emit --watch'", | ||
"prebuild": "pnpm cleanup" | ||
}, | ||
"peerDependencies": { | ||
"clsx": ">=2.0.0", | ||
"tailwind-merge": ">=1.0.0" | ||
}, | ||
"devDependencies": { | ||
"tailwindcss": "^3.3.3" | ||
} | ||
} | ||
} |
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
2567
4