From a22912a253301002882715cc4f46dcaac8705b82 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Sun, 28 Aug 2016 19:01:18 +0300 Subject: [PATCH] =?UTF-8?q?package.json:=20Node=20version=204=E2=86=926?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Not that it matters for this project. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5c664db..fbe8fd0 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "author": "Alan Orth", "license": "GPL-3.0", "engines": { - "node": "4.5.0" + "node": "6.3.1" }, "dependencies": { "bootstrap": "4.0.0-alpha.3",