about summary refs log tree commit diff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/package.json b/package.json
index ef4edcbcf..4c5dceabb 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,9 @@
 {
   "name": "mastodon",
   "license": "AGPL-3.0",
+  "engines": {
+    "node": ">=6"
+  },
   "scripts": {
     "postversion": "git push --tags",
     "build:development": "cross-env RAILS_ENV=development ./bin/webpack",