Skip to content

Commit

Permalink
peerDependencies: add @types/ws
Browse files Browse the repository at this point in the history
  • Loading branch information
vansergen committed May 13, 2022
1 parent 5344105 commit 4f875f2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
12 changes: 9 additions & 3 deletions package-lock.json

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

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,12 @@
"npm": ">=8.1.0"
},
"dependencies": {
"@types/ws": "^8.5.3",
"rpc-request": "^6.0.0",
"ws": "^8.6.0"
},
"peerDependencies": {
"@types/ws": "^8.5.3"
},
"devDependencies": {
"@b2broker/tsconfig": "^1.0.3",
"@semantic-release/changelog": "^6.0.1",
Expand Down

0 comments on commit 4f875f2

Please sign in to comment.