@jill64/tailwind-grid-auto
Advanced tools
Comparing version 1.0.7 to 1.0.8
{ | ||
"name": "@jill64/tailwind-grid-auto", | ||
"version": "1.0.7", | ||
"version": "1.0.8", | ||
"description": "A Tailwind CSS plugin for automatically adjusting the size of grid track based on a specified number", | ||
@@ -30,6 +30,6 @@ "main": "dist/index.js", | ||
"scripts": { | ||
"build": "pnpm -r build && publint", | ||
"build": "pnpm -r build && npx publint", | ||
"check": "cd packages/site && pnpm check", | ||
"format": "prettier --write . --plugin prettier-plugin-svelte .", | ||
"lint": "prettier --check . --plugin prettier-plugin-svelte . && eslint ." | ||
"format": "npx prettier --write . --plugin prettier-plugin-svelte .", | ||
"lint": "npx prettier --check . --plugin prettier-plugin-svelte . && npx eslint" | ||
}, | ||
@@ -42,8 +42,5 @@ "peerDependencies": { | ||
"@typescript-eslint/parser": "6.7.4", | ||
"eslint": "8.50.0", | ||
"eslint-config-prettier": "9.0.0", | ||
"eslint-plugin-svelte": "2.34.0", | ||
"prettier": "3.0.3", | ||
"prettier-plugin-svelte": "3.0.3", | ||
"publint": "0.2.3", | ||
"typescript": "5.2.2" | ||
@@ -50,0 +47,0 @@ }, |
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
6
6375