From 67b7d3d3b6565b88ef94b681b7f7db99b11d2435 Mon Sep 17 00:00:00 2001 From: Eshin Kunishima Date: Sun, 7 May 2017 00:05:38 +0900 Subject: Replace ws with uws (#2807) * Replace ws with uws * fix indent * Adjust indentation * remove trailing space --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'package.json') 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", -- cgit