Bug 1234897 - Pin the version of nodejs used on Heroku

https://devcenter.heroku.com/articles/nodejs-support#specifying-a-node-js-version
This commit is contained in:
Ed Morley 2015-12-23 19:07:12 +00:00
Родитель 696476c268
Коммит 5880601144
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -6,6 +6,9 @@
"url": "https://github.com/mozilla/treeherder.git"
},
"license": "MPL-2.0",
"engines": {
"node": "5.3.0"
},
"dependencies": {
"grunt": "0.4.5",
"grunt-angular-templates": "0.5.7",