From c20ec11cd258027a61cccc43e43ed1eca605cc6f Mon Sep 17 00:00:00 2001 From: Jonathan Cremin Date: Sun, 6 Dec 2015 11:30:30 +0000 Subject: [PATCH] Update Node engine --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 7e2a658..c155999 100644 --- a/package.json +++ b/package.json @@ -5,8 +5,8 @@ "version": "0.0.0", "private": true, "engines": { - "iojs": "^3.2.0", - "npm": "^3.3.0" + "node": "^5.1.1", + "npm": "^3.3.12" }, "scripts": { "build": "npm run build-js && npm run build-sass",