Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "cvu", | ||
"description": "A tiny, performant, utility for constructing variant based CSS class strings.", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"license": "MIT", | ||
@@ -9,7 +9,10 @@ "publishConfig": { | ||
}, | ||
"packageManager": "pnpm@8.5.1", | ||
"author": "Eric Taylor <eric@daxos.com> (https://github.com/erictaylor)", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/erictaylor/eden.git" | ||
"url": "git+https://github.com/erictaylor/cvu.git" | ||
}, | ||
"homepage": "https://github.com/erictaylor/cvu#readme", | ||
"bugs": "https://github.com/erictaylor/cvu/issues", | ||
"keywords": [ | ||
@@ -48,7 +51,8 @@ "class variance", | ||
"@size-limit/preset-small-lib": "^8.2.4", | ||
"cspell": "^6.31.1", | ||
"esbuild": "^0.17.19", | ||
"rome": "^12.1.2", | ||
"size-limit": "^8.2.4", | ||
"typescript": "^5.0.4", | ||
"vitest": "^0.30.1", | ||
"@erictaylor/tsconfig": "0.0.0" | ||
"vitest": "^0.30.1" | ||
}, | ||
@@ -70,6 +74,10 @@ "size-limit": [ | ||
"build:lib": "node scripts/build.mjs", | ||
"format": "rome format --write ./", | ||
"lint": "rome check ./", | ||
"size": "size-limit", | ||
"size:why": "size-limit --why", | ||
"test": "pnpm run test:rome && pnpm run test:vitest run", | ||
"test:rome": "rome ci ./src", | ||
"test:vitest": "vitest" | ||
} | ||
} |
@@ -52,3 +52,3 @@ <h1 align="center">cvu</h1> | ||
If you're keep to lift that burden altogether, check out [`tailwind-merge`](https://github.com/dcastil/tailwind-merge) package. | ||
If you're keen to lift that burden altogether, check out [`tailwind-merge`](https://github.com/dcastil/tailwind-merge) package. | ||
@@ -55,0 +55,0 @@ For bulletproof components, wrap your `cvu` calls with `twMerge`. |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
26870
1
7