Make sure things run on a secure version of Node.js (#2790)
This commit is contained in:
Родитель
12e04316e3
Коммит
73cc978c95
|
@ -4,6 +4,9 @@
|
|||
"description": "Universal front-end projects to complement addons-server.",
|
||||
"main": "index.js",
|
||||
"private": true,
|
||||
"engines": {
|
||||
"node": "6"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "bin/build-checks.js && better-npm-run build",
|
||||
"build-locales": "bin/build-locales",
|
||||
|
|
Загрузка…
Ссылка в новой задаче