diff --git a/package.json b/package.json index 37148623..3200262b 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ }, "repository": { "type": "git", - "url": "git+ssh://git@bitbucket.org/litmis/nodejs-itoolkit.git" + "url": "git+ssh://git@github.com/IBM/nodejs-itoolkit.git" }, "keywords": [ "ibmi", @@ -22,7 +22,7 @@ ], "author": "IBM", "license": "MIT", - "homepage": "https://bitbucket.org/litmis/nodejs-itoolkit", + "homepage": "https://github.com/IBM/nodejs-itoolkit", "contributors": [ { "name": "Xu Meng", @@ -38,7 +38,7 @@ ], "devDependencies": { "chai": "^4.1.2", - "idb-connector": "^1.1.6", + "idb-connector": "^1.1.7", "mocha": "^5.2.0" } }