Skip to content

Commit

Permalink
Resolve crash and stability issues by rolling back socket.io to 1.7.4 (
Browse files Browse the repository at this point in the history
  • Loading branch information
cheton committed Jun 6, 2017
1 parent 554334f commit 038d870
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Expand Up @@ -34,6 +34,7 @@
"build-latest": "gulp prod",
"build-dev": "gulp dev",
"build-prod": "gulp prod",
"build-i18n": "gulp app:i18n web:i18n",
"clean": "bash -c 'rm -rf ./dist ./output'",
"electron": "electron",
"electron-builder": "build",
Expand Down Expand Up @@ -216,8 +217,8 @@
"session-file-store": "~1.0.0",
"sha1": "~1.1.1",
"shortid": "~2.2.8",
"socket.io": "~2.0.2",
"socket.io-client": "~2.0.2",
"socket.io": "~1.7.4",
"socket.io-client": "~1.7.4",
"socketio-jwt": "~4.5.0",
"sortablejs": "~1.6.0",
"spawn-default-shell": "~2.0.0",
Expand Down

0 comments on commit 038d870

Please sign in to comment.