mirror of
https://github.com/mastodon/mastodon.git
synced 2024-11-20 03:25:17 +01:00
Add supported Node.js version to package.json (#6096)
This commit is contained in:
parent
cafe27fb29
commit
43c37a4768
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user