Skip to content

Commit

Permalink
fix: move biomejs to devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
justheimsk committed Jul 9, 2024
1 parent bcf30b3 commit f1c83d8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"description": "A multi-core vertically scalable library for interacting with the Discord API.",
"main": "build/index.js",
"devDependencies": {
"@biomejs/biome": "^1.8.3",
"@release-it/keep-a-changelog": "^5.0.0",
"@types/node": "^20.14.2",
"@types/ws": "^8.5.10",
Expand All @@ -18,7 +19,6 @@
"typescript": "^5.5.2"
},
"dependencies": {
"@biomejs/biome": "^1.8.3",
"ws": "^8.17.0"
},
"scripts": {
Expand Down

0 comments on commit f1c83d8

Please sign in to comment.