Skip to content

Commit

Permalink
config: Skip build unless installing on IBM i(#54)
Browse files Browse the repository at this point in the history
config: Moved the repository to GitHub
  • Loading branch information
dmabupt committed Jan 25, 2019
1 parent 606334a commit 3e383f6
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# idb-connector changelog

## 1.1.8

- Skip build unless installing on IBM i(#54)
- Moved the repository to GitHub

## 1.1.7

- Fixed the connection failure(#52) with user/password provided
Expand Down
14 changes: 8 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
{
"name": "idb-connector",
"version": "1.1.7",
"version": "1.1.8",
"description": "A Node.js DB2 driver for IBM i",
"os": [ "aix" ],
"os": [
"aix"
],
"main": "lib/db2a.js",
"directories": {
"lib": "lib",
Expand All @@ -14,7 +16,7 @@
},
"repository": {
"type": "git",
"url": "git+ssh://git@bitbucket.org/litmis/nodejs-idb-connector.git"
"url": "git+ssh://git@github.com/IBM/nodejs-idb-connector.git"
},
"keywords": [
"DB2",
Expand All @@ -25,7 +27,7 @@
"author": "IBM",
"license": "MIT",
"gypfile": true,
"homepage": "https://bitbucket.org/litmis/nodejs-idb-connector#readme",
"homepage": "https://github.com/IBM/nodejs-idb-connector",
"contributors": [
{
"name": "Xu Meng",
Expand Down Expand Up @@ -55,8 +57,8 @@
"binary": {
"module_name": "db2ia",
"module_path": "./lib/binding/{configuration}/{node_abi}-ibmi-{arch}/",
"remote_path": ".",
"remote_path": "./{version}/",
"package_name": "{module_name}-v{version}-{node_abi}-ibmi-{arch}.tar.gz",
"host": "https://bitbucket.org/litmis/nodejs-idb-connector/downloads"
"host": "https://github.com/IBM/nodejs-idb-connector/releases/download"
}
}

0 comments on commit 3e383f6

Please sign in to comment.