fluid-tailwind
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -16,3 +16,3 @@ // src/util/errors.ts | ||
"non-length-end-bp": (bp) => `End breakpoint \`${bp}\` is not a length`, | ||
"sort-mismatched-bp-units": (key) => `Cannot sort simple breakpoints in \`theme.${key}\` because they use different units'`, | ||
"sort-mismatched-bp-units": (key) => `Cannot sort simple breakpoints in \`theme.${key}\` because they use different units`, | ||
"mismatched-bp-units": (start, end) => `Start breakpoint \`${start.cssText}\` and end breakpoint \`${end.cssText}\` units don't match`, | ||
@@ -19,0 +19,0 @@ "mismatched-bp-val-units": () => `Breakpoint and value units don't match`, |
{ | ||
"name": "fluid-tailwind", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"main": "dist/index.js", | ||
@@ -11,2 +11,9 @@ "types": "dist/index.d.ts", | ||
}, | ||
"keywords": [ | ||
"clamp", | ||
"fluid-type", | ||
"fluid", | ||
"tailwindcss", | ||
"tailwind" | ||
], | ||
"type": "module", | ||
@@ -18,3 +25,3 @@ "scripts": { | ||
"postbuild": "tsc -p tsconfig.build.json --emitDeclarationOnly", | ||
"prepublishOnly": "bun run build" | ||
"prepublishOnly": "bun run build && bun run test" | ||
}, | ||
@@ -21,0 +28,0 @@ "files": [ |
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
30681