about summary refs log tree commit diff
path: root/package.json
diff options
context:
space:
mode:
authorThibG <thib@sitedethib.com>2018-10-31 11:15:37 +0100
committerGitHub <noreply@github.com>2018-10-31 11:15:37 +0100
commita78ec63afa100a25494427ac3695e51e99520c2b (patch)
tree28f8a4165549a8406abf791a31d05f53a73f051f /package.json
parent2b2facbbdfb7c0b53e38048e932143d592af401e (diff)
parent75b48dc1771f805f43c9dd2d55fc32ccf8951d68 (diff)
Merge pull request #803 from ThibG/glitch-soc/merge-upstream
Merge upstream changes (v2.6.1)
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 8a79938ae..417e07cce 100644
--- a/package.json
+++ b/package.json
@@ -2,7 +2,7 @@
   "name": "mastodon",
   "license": "AGPL-3.0-or-later",
   "engines": {
-    "node": ">=8"
+    "node": ">=8 <11"
   },
   "scripts": {
     "postversion": "git push --tags",