Comparing version 1.1.1 to 1.2.0
@@ -1,2 +0,2 @@ | ||
declare type Argument = string | boolean | number; | ||
declare type Argument = string | boolean | number | null | undefined; | ||
/** | ||
@@ -3,0 +3,0 @@ * Conditionally join classNames into a single string |
{ | ||
"name": "classix", | ||
"version": "1.1.1", | ||
"description": "A tiny utility for conditionally joining classNames.", | ||
"version": "1.2.0", | ||
"description": "The fastest and tiniest utility for conditionally joining classNames.", | ||
"main": "dist/index.js", | ||
@@ -6,0 +6,0 @@ "types": "dist/index.d.ts", |
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
6397