Skip to content

Commit

Permalink
add 'ws' back as dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
endel committed Aug 24, 2023
1 parent 4bd1b88 commit 9cf6338
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 24 deletions.
30 changes: 10 additions & 20 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "colyseus.js",
"version": "0.15.12",
"version": "0.15.13",
"description": "Colyseus Multiplayer SDK for JavaScript/TypeScript",
"author": "Endel Dreyer",
"license": "MIT",
Expand Down Expand Up @@ -60,7 +60,8 @@
"dependencies": {
"@colyseus/schema": "^2.0.4",
"httpie": "^2.0.0-next.13",
"tslib": "^2.1.0"
"tslib": "^2.1.0",
"ws": "^8.13.0"
},
"devDependencies": {
"@rollup/plugin-alias": "^3.1.2",
Expand All @@ -83,7 +84,6 @@
"ts-loader": "^6.2.1",
"ts-node": "^6.0.3",
"tslint": "^5.9.1",
"typescript": "^4.3.5",
"ws": "^7.4.3"
"typescript": "^4.3.5"
}
}

0 comments on commit 9cf6338

Please sign in to comment.