package.json.cmake: use 0.10.x is the minimum version to compile
authorBrendan Le Foll <brendan.le.foll@intel.com>
Thu, 19 Mar 2015 18:24:29 +0000 (18:24 +0000)
committerBrendan Le Foll <brendan.le.foll@intel.com>
Thu, 19 Mar 2015 18:26:06 +0000 (18:26 +0000)
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 <brendan.le.foll@intel.com>
src/javascript/package.json.cmake

index 7a28b5e..49dd744 100644 (file)
@@ -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"