Skip to content

Commit

Permalink
Commit inicial da alteração para NaN
Browse files Browse the repository at this point in the history
  • Loading branch information
Bigous committed Mar 5, 2015
1 parent 619e9a8 commit 4b174b4
Show file tree
Hide file tree
Showing 9 changed files with 514 additions and 593 deletions.
3 changes: 2 additions & 1 deletion binding.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,8 @@
],
"include_dirs" : [ "<(oci_inc_dir)",
"src/dpi/src/",
"src/dpi/include/"
"src/dpi/include/",
"<!(node -e \"require('nan')\")"
],
}
]
Expand Down
62 changes: 31 additions & 31 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,33 +1,33 @@
{
"name" : "oracledb",
"version" : "0.3.1",
"description" : "Node.js Driver for Oracle Database",
"license" : "Apache 2.0",
"homepage": "http://www.oracle.com/technetwork/database/database-technologies/node_js/index.html",
"private" : true,
"keywords" : [
"nodejs", "Oracle", "Database"
],
"repository" : {
"type" : "git",
"url" : "git://github.com/oracle/node-oracledb.git"
},
"dependencies" : {
},
"engines" : {
"node" : "=0.10"
},
"engineStrict": true,
"maintainers" : [
{
"name" : "Oracle Corp."
}
],
"bugs" : {
"url" : "https://github.com/oracle/node-oracledb/issues"
},
"scripts" : {
"install" : "node-gyp rebuild"
},
"main" : "./index.js"
"name": "oracledb",
"version": "0.3.1",
"description": "Node.js Driver for Oracle Database",
"license": "Apache 2.0",
"homepage": "http://www.oracle.com/technetwork/database/database-technologies/node_js/index.html",
"private": true,
"keywords": [
"nodejs",
"Oracle",
"Database"
],
"repository": {
"type": "git",
"url": "git://github.com/oracle/node-oracledb.git"
},
"engineStrict": true,
"maintainers": [
{
"name": "Oracle Corp."
}
],
"bugs": {
"url": "https://github.com/oracle/node-oracledb/issues"
},
"scripts": {
"install": "node-gyp rebuild"
},
"main": "./index.js",
"dependencies": {
"nan": "^1.7.0"
}
}
Loading

0 comments on commit 4b174b4

Please sign in to comment.