Private
Public Access
2
0

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 <brendan.le.foll@intel.com>
This commit is contained in:
Brendan Le Foll
2015-03-19 18:24:29 +00:00
parent c1ac6f1928
commit 2174ee1673

View File

@@ -5,7 +5,7 @@
"homepage": "http://github.com/intel-iot-devkit/mraa", "homepage": "http://github.com/intel-iot-devkit/mraa",
"main" : "./mraa.node", "main" : "./mraa.node",
"engines": { "engines": {
"node": ">= @NODE_VERSION_MAJOR@.@NODE_VERSION_MINOR@.x" "node": ">= 0.10.x"
}, },
"bugs": { "bugs": {
"url" : "http://github.com/intel-iot-devkit/mraa/issues" "url" : "http://github.com/intel-iot-devkit/mraa/issues"