padded-grid
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "padded-grid", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "A lightweight, flexible baseline and grid system for React applications with precise control over spacing, gaps, and layout", | ||
@@ -26,6 +26,7 @@ "type": "module", | ||
"build": "tsup src/lib/index.ts --format esm,cjs --dts --minify --clean", | ||
"lint": "tsc --noEmit && eslint src/lib", | ||
"lint": "eslint src/lib", | ||
"typecheck": "tsc --noEmit", | ||
"format": "prettier --write \"src/lib/**/*.{ts,tsx,css}\"", | ||
"prepare": "bun run build", | ||
"prepublishOnly": "bun run lint && bun run build", | ||
"prepublishOnly": "bun run build", | ||
"test": "vitest", | ||
@@ -32,0 +33,0 @@ "test:watch": "vitest watch", |
138573