Skip to content

Commit

Permalink
perf(deps): make radix-colors a devDependency
Browse files Browse the repository at this point in the history
it's not actually needed in prod as colors will already have been generated
  • Loading branch information
wallpants committed May 24, 2024
1 parent 65cb1b4 commit 9c2ff20
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,11 @@
}
},
"devDependencies": {
"@radix-ui/colors": "^3.0.0",
"@types/bun": "latest",
"semantic-release": "^23.1.1"
},
"peerDependencies": {
"typescript": "^5.0.0"
},
"dependencies": {
"@radix-ui/colors": "^3.0.0"
}
}

0 comments on commit 9c2ff20

Please sign in to comment.