From 85bc1ccf6713980fa7ce330ce3244aa6ff5b986c Mon Sep 17 00:00:00 2001 From: RealOrangeOne Date: Sat, 6 Aug 2016 21:36:16 +0100 Subject: [PATCH] specify engine for dokku --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index 9a94b75..e2dddaa 100644 --- a/package.json +++ b/package.json @@ -11,6 +11,9 @@ "type": "git", "url": "https://github.com/RealOrangeOne/theorangeone.net" }, + "engines": { + "node": "5.10.1" + }, "dependencies": { "animate.css": "=3.5.1", "bootstrap-sass": "=3.3.7",