about summary refs log tree commit diff
path: root/package.json
diff options
context:
space:
mode:
authorYamagishi Kazutoshi <ykzts@desire.sh>2017-12-25 23:02:08 +0900
committerEugen Rochko <eugen@zeonfederated.com>2017-12-25 15:02:07 +0100
commit43c37a47686f04b904569b2036243277e711fc34 (patch)
tree4062304db5557661c4e51e154fcd71d04faff141 /package.json
parentcafe27fb29a5fbdd9edb08e94a7e47db8eadaf43 (diff)
Add supported Node.js version to package.json (#6096)
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",