Sfoglia il codice sorgente

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

master
Yamagishi Kazutoshi 6 anni fa
committed by Eugen Rochko
parent
commit
43c37a4768
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  1. +3
    -0
      package.json

+ 3
- 0
package.json Vedi 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",


Caricamento…
Annulla
Salva