From 2174ee1673df00d9f70a90167e930f9925ce9056 Mon Sep 17 00:00:00 2001 From: Brendan Le Foll Date: Thu, 19 Mar 2015 18:24:29 +0000 Subject: [PATCH] package.json.cmake: use 0.10.x is the minimum version to compile Note that if you compile a 0.12.x version it'll still have 0.10.x as a min req but will likely not work with a 0.10.x interpreter Signed-off-by: Brendan Le Foll --- src/javascript/package.json.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/javascript/package.json.cmake b/src/javascript/package.json.cmake index 7a28b5e59..49dd744b6 100644 --- a/src/javascript/package.json.cmake +++ b/src/javascript/package.json.cmake @@ -5,7 +5,7 @@ "homepage": "http://github.com/intel-iot-devkit/mraa", "main" : "./mraa.node", "engines": { - "node": ">= @NODE_VERSION_MAJOR@.@NODE_VERSION_MINOR@.x" + "node": ">= 0.10.x" }, "bugs": { "url" : "http://github.com/intel-iot-devkit/mraa/issues"