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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user