Skip to content

Commit a3a56f7

Browse files
committed
Fixed shadcn build
1 parent 2a3303a commit a3a56f7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

packages/shadcn/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,8 @@
7878
"@rjsf/validator-ajv8": "^6.0.0-beta.12",
7979
"eslint": "^8.56.0",
8080
"jsdom": "^20.0.3",
81-
"tailwindcss": "^3.0.0"
81+
"tailwindcss": "^3.0.0",
82+
"postcss-load-config": "^6.0.1"
8283
},
8384
"dependencies": {
8485
"@radix-ui/react-checkbox": "^1.3.2",
@@ -119,4 +120,4 @@
119120
"tuanphung2308 <[email protected]"
120121
],
121122
"license": "MIT"
122-
}
123+
}

0 commit comments

Comments
 (0)