Skip to content

Commit

Permalink
package.json.cmake: use 0.10.x is the minimum version to compile
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
arfoll committed Mar 19, 2015
1 parent c1ac6f1 commit 2174ee1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/javascript/package.json.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 2174ee1

Please sign in to comment.