Skip to content

Commit

Permalink
fix: tailwind to CommonJS module
Browse files Browse the repository at this point in the history
  • Loading branch information
azaleacolburn committed Dec 4, 2024
1 parent 25152cf commit c92db21
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
Binary file modified bun.lockb
Binary file not shown.
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"svelte-check": "^4.0.7",
"tslib": "^2.8.1",
"prettier-plugin-tailwindcss": "^0.6.8",
"typescript": "^5.6.3",
"typescript": "^5.6.3"
},
"type": "module",
"dependencies": {
Expand All @@ -40,9 +40,7 @@
"postgresql": "^0.0.1",
"tailwindcss": "^3.4.14",
"typescript-eslint": "^8.14.0",
"vite": "^5.4.11"
},
"dependencies": {
"vite": "^5.4.11",
"lucide-svelte": "^0.460.1",
"socket.io": "^4.8.1",
"socket.io-client": "^4.8.1"
Expand Down
File renamed without changes.

0 comments on commit c92db21

Please sign in to comment.