From 2dc8d0852662b62fbe26351f259a8bd8860ed8b6 Mon Sep 17 00:00:00 2001 From: Brett Sun Date: Tue, 14 Jun 2016 18:21:20 +0200 Subject: [PATCH] Upgrade to node 6.2.x for heroku --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f50b951d..b32ee21f 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "Das neue web client for Ascribe. Onions make you cry", "main": "js/app.js", "engines": { - "node": "0.10.x" + "node": "6.2.x" }, "scripts": { "lint": "eslint ./js",