From 7bbcd705c64b06c7eb872f426480899722f61ae1 Mon Sep 17 00:00:00 2001 From: Rob Date: Fri, 4 Dec 2015 16:43:15 -0800 Subject: [PATCH] Use Node 5.x --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3189ec1d3..702b906e7 100644 --- a/package.json +++ b/package.json @@ -125,7 +125,7 @@ "license": "MIT for the code, and CC-BY for the art and music", "private": true, "engines": { - "node": "0.10.x", + "node": "^5.1.1", "npm": "^3.0.0" } }