Skip to content

Commit fc69e98

Browse files
chore: wip
1 parent 27a66ba commit fc69e98

3 files changed

Lines changed: 24 additions & 8 deletions

File tree

bun.lock

Lines changed: 11 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,15 @@
1414
"url": "https://github.com/stacksjs/headwind/issues"
1515
},
1616
"keywords": [
17-
"monorepo",
17+
"css",
18+
"utility-first",
19+
"tailwind",
20+
"css-framework",
21+
"bun",
22+
"performance",
1823
"headwind",
19-
"template"
24+
"atomic-css",
25+
"typescript"
2026
],
2127
"scripts": {
2228
"build": "cd packages/headwind && bun run build",
@@ -37,13 +43,14 @@
3743
"devDependencies": {
3844
"@stacksjs/bumpx": "^0.1.84",
3945
"@stacksjs/docs": "^0.70.23",
40-
"pickier": "^0.1.0",
4146
"@stacksjs/gitlint": "^0.1.5",
4247
"@stacksjs/logsmith": "^0.1.18",
4348
"@types/bun": "^1.2.23",
49+
"better-dx": "^0.2.5",
4450
"buddy-bot": "^0.9.8",
4551
"bun-git-hooks": "^0.3.1",
4652
"bun-plugin-dtsx": "0.9.5",
53+
"pickier": "^0.1.0",
4754
"typescript": "^5.9.3"
4855
},
4956
"overrides": {

packages/headwind/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@
6060
"zip:darwin-x64": "zip -j bin/headwind-darwin-x64.zip bin/headwind-darwin-x64",
6161
"zip:darwin-arm64": "zip -j bin/headwind-darwin-arm64.zip bin/headwind-darwin-arm64",
6262
"benchmark": "bun run benchmark/framework-comparison.bench.ts",
63-
"lint": "bunx --bun eslint .",
64-
"lint:fix": "bunx --bun eslint . --fix",
63+
"lint": "bunx --bun pickier run --mode lint",
64+
"lint:fix": "bunx --bun pickier run --mode lint --fix",
6565
"fresh": "bunx rimraf node_modules/ bun.lock && bun i",
6666
"changelog": "bunx changelogen --output CHANGELOG.md",
6767
"prepublishOnly": "bun --bun run build && bun run compile:all && bun run zip",
@@ -76,7 +76,7 @@
7676
"unconfig": "0.3.10"
7777
},
7878
"lint-staged": {
79-
"*.{js,ts}": "bunx --bun eslint . --fix"
79+
"*.{js,ts}": "bunx --bun pickier run --mode lint --fix"
8080
},
8181
"devDependencies": {
8282
"@tailwindcss/node": "^4.1.14",

0 commit comments

Comments
 (0)