Skip to content

Commit

Permalink
remove node-gyp from dep list
Browse files Browse the repository at this point in the history
  • Loading branch information
dmabupt committed Aug 9, 2018
1 parent 154169f commit 16bf935
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
9 changes: 0 additions & 9 deletions binding.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,6 @@
'-DNAPI_DISABLE_CPP_EXCEPTIONS',
'-I/QOpenSys/pkgs/include'
],
'conditions': [
[ 'target_arch=="ppc"', {
'ldflags': [ '-Wl,-bmaxdata:0x60000000/dsa' ],
}],
[ 'target_arch=="ppc64"', {
'cflags': [ '-maix64' ],
'ldflags': [ '-maix64' ],
}],
],
'ldflags': [
'-Wl,-bbigtoc',
'-Wl,-brtl',
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "idb-connector",
"version": "1.1.1",
"version": "1.1.2",
"description": "A Node.js DB2 driver for IBM i",
"main": "lib/db2a.js",
"directories": {
Expand Down Expand Up @@ -41,7 +41,6 @@
],
"dependencies": {
"node-addon-api": "^1.2.0",
"node-gyp": "^3.6.2",
"node-pre-gyp": "^0.10.2"
},
"devDependencies": {
Expand Down

0 comments on commit 16bf935

Please sign in to comment.