Skip to content

Commit

Permalink
fix(websockets): added path-to-regexp package to the dependency list
Browse files Browse the repository at this point in the history
  • Loading branch information
JozefFlakus committed Aug 9, 2021
1 parent 0997bdf commit ebdde00
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/websockets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@
},
"dependencies": {
"@types/ws": "~6.0.1",
"ws": "~7.4.6"
"ws": "~7.4.6",
"path-to-regexp": "^6.1.0"
},
"devDependencies": {
"@marblejs/core": "^3.5.0"
Expand Down

0 comments on commit ebdde00

Please sign in to comment.