Upgrade to node 6.2.x for heroku

This commit is contained in:
Brett Sun 2016-06-14 18:21:20 +02:00
parent 59e25ecf26
commit 2dc8d08526
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
"description": "Das neue web client for Ascribe. Onions make you cry", "description": "Das neue web client for Ascribe. Onions make you cry",
"main": "js/app.js", "main": "js/app.js",
"engines": { "engines": {
"node": "0.10.x" "node": "6.2.x"
}, },
"scripts": { "scripts": {
"lint": "eslint ./js", "lint": "eslint ./js",