Skip to content

Commit 4b174b4

Browse files
committed
Commit inicial da alteração para NaN
1 parent 619e9a8 commit 4b174b4

File tree

9 files changed

+514
-593
lines changed

9 files changed

+514
-593
lines changed

binding.gyp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,8 @@
9494
],
9595
"include_dirs" : [ "<(oci_inc_dir)",
9696
"src/dpi/src/",
97-
"src/dpi/include/"
97+
"src/dpi/include/",
98+
"<!(node -e \"require('nan')\")"
9899
],
99100
}
100101
]

package.json

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,33 @@
11
{
2-
"name" : "oracledb",
3-
"version" : "0.3.1",
4-
"description" : "Node.js Driver for Oracle Database",
5-
"license" : "Apache 2.0",
6-
"homepage": "http://www.oracle.com/technetwork/database/database-technologies/node_js/index.html",
7-
"private" : true,
8-
"keywords" : [
9-
"nodejs", "Oracle", "Database"
10-
],
11-
"repository" : {
12-
"type" : "git",
13-
"url" : "git://github.com/oracle/node-oracledb.git"
14-
},
15-
"dependencies" : {
16-
},
17-
"engines" : {
18-
"node" : "=0.10"
19-
},
20-
"engineStrict": true,
21-
"maintainers" : [
22-
{
23-
"name" : "Oracle Corp."
24-
}
25-
],
26-
"bugs" : {
27-
"url" : "https://github.com/oracle/node-oracledb/issues"
28-
},
29-
"scripts" : {
30-
"install" : "node-gyp rebuild"
31-
},
32-
"main" : "./index.js"
2+
"name": "oracledb",
3+
"version": "0.3.1",
4+
"description": "Node.js Driver for Oracle Database",
5+
"license": "Apache 2.0",
6+
"homepage": "http://www.oracle.com/technetwork/database/database-technologies/node_js/index.html",
7+
"private": true,
8+
"keywords": [
9+
"nodejs",
10+
"Oracle",
11+
"Database"
12+
],
13+
"repository": {
14+
"type": "git",
15+
"url": "git://github.com/oracle/node-oracledb.git"
16+
},
17+
"engineStrict": true,
18+
"maintainers": [
19+
{
20+
"name": "Oracle Corp."
21+
}
22+
],
23+
"bugs": {
24+
"url": "https://github.com/oracle/node-oracledb/issues"
25+
},
26+
"scripts": {
27+
"install": "node-gyp rebuild"
28+
},
29+
"main": "./index.js",
30+
"dependencies": {
31+
"nan": "^1.7.0"
32+
}
3333
}

0 commit comments

Comments
 (0)