Add supported Node.js version to package.json (#6096)

This commit is contained in:
Yamagishi Kazutoshi 2017-12-25 23:02:08 +09:00 committed by Eugen Rochko
parent cafe27fb29
commit 43c37a4768
1 changed files with 3 additions and 0 deletions

View File

@ -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",