Comparing version 2.1.2 to 2.1.3
{ | ||
"name": "classix", | ||
"version": "2.1.2", | ||
"version": "2.1.3", | ||
"description": "The fastest and tiniest utility for conditionally joining classNames.", | ||
"main": "dist/classix.cjs.js", | ||
"module": "dist/classix.mjs.js", | ||
"main": "dist/cjs/classix.js", | ||
"module": "dist/esm/classix.js", | ||
"types": "dist/classix.d.ts", | ||
@@ -26,2 +26,3 @@ "author": "Alex Nault", | ||
"lint": "eslint src/ --max-warnings=0", | ||
"size": "size-limit", | ||
"test": "jest" | ||
@@ -33,2 +34,3 @@ }, | ||
"devDependencies": { | ||
"@size-limit/preset-small-lib": "^7.0.8", | ||
"@types/jest": "^28.0.0", | ||
@@ -50,2 +52,3 @@ "@typescript-eslint/eslint-plugin": "^5.30.5", | ||
"semantic-release": "^19.0.3", | ||
"size-limit": "^7.0.8", | ||
"ts-jest": "^28.0.0", | ||
@@ -52,0 +55,0 @@ "typescript": "^4.7.4" |
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
5745
20