Skip to content

Commit

Permalink
fix: move vscode-languageclient to devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
SoonIter authored and HerringtonDarkholme committed Feb 12, 2024
1 parent 17cf9ba commit c607b14
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 14 deletions.
7 changes: 7 additions & 0 deletions .vscodeignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
src
node_modules
.github
.vscode
.husky
fixture
scripts
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,10 +98,8 @@
"lint-staged": {
"**/*": "prettier --write --ignore-unknown"
},
"dependencies": {
"vscode-languageclient": "9.0.1"
},
"devDependencies": {
"vscode-languageclient": "9.0.1",
"tsx": "4.7.1",
"react-use": "17.5.0",
"tsup": "8.0.2",
Expand Down
25 changes: 14 additions & 11 deletions pnpm-lock.yaml

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

0 comments on commit c607b14

Please sign in to comment.