Skip to content

Commit

Permalink
chore: remove serve script & dependency (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
e-krebs authored Sep 13, 2024
1 parent a285705 commit 64ffb22
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 327 deletions.
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
"lint": "eslint --ext .ts,.tsx src",
"build": "yarn clean && yarn build:library && yarn build:doc",
"build:bun": "bun run clean && bun run build:library && bun run build:doc",
"serve": "serve build",
"theme": "node src/scripts/theme.js"
},
"peerDependencies": {
Expand Down Expand Up @@ -64,7 +63,6 @@
"react": "^18.3.1",
"react-dom": "^18.3.1",
"rimraf": "^5.0.7",
"serve": "^14.2.3",
"tailwindcss": "^3.4.4",
"tailwindcss-react-aria-components": "1.1.3",
"typescript": "^5.5.2"
Expand Down
Loading

0 comments on commit 64ffb22

Please sign in to comment.