Skip to content

Commit 3e383f6

Browse files
committed
config: Skip build unless installing on IBM i(#54)
config: Moved the repository to GitHub
1 parent 606334a commit 3e383f6

File tree

2 files changed

+13
-6
lines changed

2 files changed

+13
-6
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# idb-connector changelog
22

3+
## 1.1.8
4+
5+
- Skip build unless installing on IBM i(#54)
6+
- Moved the repository to GitHub
7+
38
## 1.1.7
49

510
- Fixed the connection failure(#52) with user/password provided

package.json

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
{
22
"name": "idb-connector",
3-
"version": "1.1.7",
3+
"version": "1.1.8",
44
"description": "A Node.js DB2 driver for IBM i",
5-
"os": [ "aix" ],
5+
"os": [
6+
"aix"
7+
],
68
"main": "lib/db2a.js",
79
"directories": {
810
"lib": "lib",
@@ -14,7 +16,7 @@
1416
},
1517
"repository": {
1618
"type": "git",
17-
"url": "git+ssh://git@bitbucket.org/litmis/nodejs-idb-connector.git"
19+
"url": "git+ssh://git@github.com/IBM/nodejs-idb-connector.git"
1820
},
1921
"keywords": [
2022
"DB2",
@@ -25,7 +27,7 @@
2527
"author": "IBM",
2628
"license": "MIT",
2729
"gypfile": true,
28-
"homepage": "https://bitbucket.org/litmis/nodejs-idb-connector#readme",
30+
"homepage": "https://github.com/IBM/nodejs-idb-connector",
2931
"contributors": [
3032
{
3133
"name": "Xu Meng",
@@ -55,8 +57,8 @@
5557
"binary": {
5658
"module_name": "db2ia",
5759
"module_path": "./lib/binding/{configuration}/{node_abi}-ibmi-{arch}/",
58-
"remote_path": ".",
60+
"remote_path": "./{version}/",
5961
"package_name": "{module_name}-v{version}-{node_abi}-ibmi-{arch}.tar.gz",
60-
"host": "https://bitbucket.org/litmis/nodejs-idb-connector/downloads"
62+
"host": "https://github.com/IBM/nodejs-idb-connector/releases/download"
6163
}
6264
}

0 commit comments

Comments
 (0)