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
committermultiple creatures <dev@multiple-creature.party>2019-11-19 13:27:48 -0600
commit22e1150770b590d3204e2307d75cb55fc162ba84 (patch)
treebcfffeb29e75832260d8acf5b2dafb215ac84af5 /package.json
parent0041fafd542a650502d5ea79c572a4e5ef77afe8 (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 552df98d2..070547ed3 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",
@@ -70,6 +70,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",
     "atrament": "^0.2.3",
     "autoprefixer": "^9.4.10",
@@ -160,7 +161,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",