Skip to content

Commit 1ab0298

Browse files
committed
fix: fixed linter issue
1 parent 325ecb1 commit 1ab0298

1 file changed

Lines changed: 71 additions & 73 deletions

File tree

package.json

Lines changed: 71 additions & 73 deletions
Original file line numberDiff line numberDiff line change
@@ -1,75 +1,73 @@
11
{
2-
"name": "@nauverse/tailwind-dot-grid-backgrounds",
3-
"description": "🎨 A tiny Tailwind plugin to add dot and grid customizable backgrounds fast",
4-
"author": {
5-
"name": "Albert Adler | @IAmAlbertAdler",
6-
"url": "https://albertadler.com"
7-
},
8-
"license": "MIT",
9-
"homepage": "https://github.com/TheNaubit/tailwind-dot-grid-backgrounds",
10-
"repository": {
11-
"type": "git",
12-
"url": "https://github.com/TheNaubit/tailwind-dot-grid-backgrounds.git"
13-
},
14-
"bugs": {
15-
"url": "https://github.com/TheNaubit/tailwind-dot-grid-backgrounds/issues"
16-
},
17-
"keywords": [
18-
"tailwind",
19-
"tailwindcss",
20-
"tailwindcss-plugin",
21-
"tailwindcss-grid-background",
22-
"tailwindcss-dot-background",
23-
"grid-background",
24-
"dot-background"
25-
],
26-
"version": "1.2.10",
27-
"type": "module",
28-
"main": "./dist/tailwind-dot-grid-backgrounds.umd.cjs",
29-
"module": "./dist/tailwind-dot-grid-backgrounds.js",
30-
"types": "./dist/index.d.ts",
31-
"engines": {
32-
"node": ">=18.0.0"
33-
},
34-
"exports": {
35-
".": {
36-
"import": {
37-
"types": "./dist/index.d.ts",
38-
"default": "./dist/tailwind-dot-grid-backgrounds.js"
39-
},
40-
"require": {
41-
"types": "./dist/index.d.ts",
42-
"default": "./dist/tailwind-dot-grid-backgrounds.umd.cjs"
43-
}
44-
}
45-
},
46-
"files": [
47-
"dist"
48-
],
49-
"scripts": {
50-
"build": "tsc && vite build",
51-
"test": "vitest",
52-
"test:run": "vitest run",
53-
"test:coverage": "vitest run --coverage",
54-
"lint": "biome check",
55-
"lint:fix": "biome check --write",
56-
"prepare": "husky"
57-
},
58-
"devDependencies": {
59-
"@biomejs/biome": "1.9.3",
60-
"@commitlint/cli": "19.5.0",
61-
"@commitlint/config-conventional": "19.5.0",
62-
"@types/node": "22.7.4",
63-
"@vitest/coverage-v8": "2.1.2",
64-
"husky": "9.1.6",
65-
"tailwindcss": "3.4.13",
66-
"postcss": "8.4.47",
67-
"typescript": "5.6.2",
68-
"vite": "5.4.8",
69-
"vite-plugin-dts": "4.2.3",
70-
"vitest": "2.1.2"
71-
},
72-
"peerDependencies": {
73-
"tailwindcss": ">=3.4.0"
74-
}
2+
"name": "@nauverse/tailwind-dot-grid-backgrounds",
3+
"description": "🎨 A tiny Tailwind plugin to add dot and grid customizable backgrounds fast",
4+
"author": {
5+
"name": "Albert Adler | @IAmAlbertAdler",
6+
"url": "https://albertadler.com"
7+
},
8+
"license": "MIT",
9+
"homepage": "https://github.com/TheNaubit/tailwind-dot-grid-backgrounds",
10+
"repository": {
11+
"type": "git",
12+
"url": "https://github.com/TheNaubit/tailwind-dot-grid-backgrounds.git"
13+
},
14+
"bugs": {
15+
"url": "https://github.com/TheNaubit/tailwind-dot-grid-backgrounds/issues"
16+
},
17+
"keywords": [
18+
"tailwind",
19+
"tailwindcss",
20+
"tailwindcss-plugin",
21+
"tailwindcss-grid-background",
22+
"tailwindcss-dot-background",
23+
"grid-background",
24+
"dot-background"
25+
],
26+
"version": "1.2.10",
27+
"type": "module",
28+
"main": "./dist/tailwind-dot-grid-backgrounds.umd.cjs",
29+
"module": "./dist/tailwind-dot-grid-backgrounds.js",
30+
"types": "./dist/index.d.ts",
31+
"engines": {
32+
"node": ">=18.0.0"
33+
},
34+
"exports": {
35+
".": {
36+
"import": {
37+
"types": "./dist/index.d.ts",
38+
"default": "./dist/tailwind-dot-grid-backgrounds.js"
39+
},
40+
"require": {
41+
"types": "./dist/index.d.ts",
42+
"default": "./dist/tailwind-dot-grid-backgrounds.umd.cjs"
43+
}
44+
}
45+
},
46+
"files": ["dist"],
47+
"scripts": {
48+
"build": "tsc && vite build",
49+
"test": "vitest",
50+
"test:run": "vitest run",
51+
"test:coverage": "vitest run --coverage",
52+
"lint": "biome check",
53+
"lint:fix": "biome check --write",
54+
"prepare": "husky"
55+
},
56+
"devDependencies": {
57+
"@biomejs/biome": "1.9.3",
58+
"@commitlint/cli": "19.5.0",
59+
"@commitlint/config-conventional": "19.5.0",
60+
"@types/node": "22.7.4",
61+
"@vitest/coverage-v8": "2.1.2",
62+
"husky": "9.1.6",
63+
"tailwindcss": "3.4.13",
64+
"postcss": "8.4.47",
65+
"typescript": "5.6.2",
66+
"vite": "5.4.8",
67+
"vite-plugin-dts": "4.2.3",
68+
"vitest": "2.1.2"
69+
},
70+
"peerDependencies": {
71+
"tailwindcss": ">=3.4.0"
72+
}
7573
}

0 commit comments

Comments
 (0)