about summary refs log tree commit diff
path: root/package.json
diff options
context:
space:
mode:
authorabcang <abcang1015@gmail.com>2019-05-23 01:19:16 +0900
committerEugen Rochko <eugen@zeonfederated.com>2019-05-22 18:19:16 +0200
commitca6c93a2f51ce0c9b81d909faa94a5cdb5c25c63 (patch)
tree72645e738249aa76b06b2f68e3b49a3d086fcf2c /package.json
parent8a378d4c3d8bd74f3070af0b70725da4a6d10375 (diff)
Migrate from uws to cws (#10805)
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 67396ccc3..a603a887e 100644
--- a/package.json
+++ b/package.json
@@ -2,7 +2,7 @@
   "name": "mastodon",
   "license": "AGPL-3.0-or-later",
   "engines": {
-    "node": ">=8 <11"
+    "node": ">=8.12 <12"
   },
   "scripts": {
     "postversion": "git push --tags",
@@ -69,6 +69,7 @@
     "@babel/preset-env": "^7.3.4",
     "@babel/preset-react": "^7.0.0",
     "@babel/runtime": "^7.3.4",
+    "@clusterws/cws": "^0.14.0",
     "array-includes": "^3.0.3",
     "autoprefixer": "^9.4.10",
     "axios": "^0.18.0",
@@ -157,7 +158,6 @@
     "tiny-queue": "^0.2.1",
     "uglifyjs-webpack-plugin": "^2.1.2",
     "uuid": "^3.1.0",
-    "uws": "10.148.0",
     "webpack": "^4.29.6",
     "webpack-assets-manifest": "^3.1.1",
     "webpack-bundle-analyzer": "^3.1.0",