Add supported Node.js version to package.json (#6096)
{ | { | ||
"name": "mastodon", | "name": "mastodon", | ||
"license": "AGPL-3.0", | "license": "AGPL-3.0", | ||
"engines": { | |||
"node": ">=6" | |||
}, | |||
"scripts": { | "scripts": { | ||
"postversion": "git push --tags", | "postversion": "git push --tags", | ||
"build:development": "cross-env RAILS_ENV=development ./bin/webpack", | "build:development": "cross-env RAILS_ENV=development ./bin/webpack", | ||
... | ... |
Please register or sign in to comment