about summary refs log tree commit diff
path: root/package.json
diff options
context:
space:
mode:
authorEshin Kunishima <mikoim@users.noreply.github.com>2017-05-07 00:05:38 +0900
committerEugen Rochko <eugen@zeonfederated.com>2017-05-06 17:05:38 +0200
commit67b7d3d3b6565b88ef94b681b7f7db99b11d2435 (patch)
tree4f178e97833b899b5e7113068a3eebbc47388e71 /package.json
parent6358a169fd5ac903730d36d00901dfb73be316a7 (diff)
Replace ws with uws (#2807)
* Replace ws with uws

* fix indent

* Adjust indentation

* remove trailing space
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index 28855d800..6b88c7a1f 100644
--- a/package.json
+++ b/package.json
@@ -99,11 +99,11 @@
     "style-loader": "^0.16.1",
     "utf-8-validate": "^3.0.1",
     "uuid": "^3.0.1",
+    "uws": "^0.14.5",
     "webpack": "^2.4.1",
     "webpack-manifest-plugin": "^1.1.0",
     "webpack-merge": "^4.1.0",
-    "websocket.js": "^0.1.7",
-    "ws": "^2.1.0"
+    "websocket.js": "^0.1.7"
   },
   "devDependencies": {
     "@kadira/storybook": "^2.35.3",