Skip to content

Commit 3434398

Browse files
committed
Add .npmignore and improve package.json
1 parent abe0444 commit 3434398

File tree

2 files changed

+12
-6
lines changed

2 files changed

+12
-6
lines changed

.npmignore

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
INSTALL.md
2+
CONTRIBUTING.md
3+
/doc
4+
/examples
5+
/build
6+
/node_modules
7+
/test
8+
/oracle_private_test
9+
oracledb-*.tgz
10+
.npmignore

package.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
{
22
"name" : "oracledb",
33
"version" : "0.3.1",
4-
"description" : "Node.js Driver for Oracle Database",
4+
"description" : "Oracle Database driver by Oracle Corp.",
55
"license" : "Apache 2.0",
66
"homepage": "http://www.oracle.com/technetwork/database/database-technologies/node_js/index.html",
7-
"private" : true,
87
"keywords" : [
9-
"nodejs", "Oracle", "Database"
8+
"Oracle", "Database", "official", "oracledb", "nodejs", "db", "binding", "extension", "module", "driver", "library", "plugin", "client", "oci"
109
],
1110
"repository" : {
1211
"type" : "git",
@@ -26,8 +25,5 @@
2625
"bugs" : {
2726
"url" : "https://github.com/oracle/node-oracledb/issues"
2827
},
29-
"scripts" : {
30-
"install" : "node-gyp rebuild"
31-
},
3228
"main" : "./index.js"
3329
}

0 commit comments

Comments
 (0)