Skip to content
This repository has been archived by the owner on Aug 1, 2018. It is now read-only.

Commit

Permalink
Changed minimum node version to 0.6
Browse files Browse the repository at this point in the history
Added node >= 0.9 support
  • Loading branch information
fardjad committed May 3, 2013
1 parent 2b63755 commit 5c41664
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions hosts/node-o3/sh_node.cc
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
#define O3_NODE
//#define O3_V8_GLUE
#include <v8.h>
#include <node.h>
#include <o3.h>
#include <js/js.h>
//#include <buffer/buffer.h>
Expand Down Expand Up @@ -61,3 +62,4 @@ init (Handle<Object> target)

}

NODE_MODULE(o3, init)
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"name": "o3-xml",
"version": "0.1.0",
"private": true
"private": true,
"engines" : {
"node" : ">= 0.6.0"
}
}

0 comments on commit 5c41664

Please sign in to comment.