Skip to content

Commit 2a84dba

Browse files
authored
Merge pull request #19 from dmabupt/patch-1
update the github repo url in package.json
2 parents 714019d + ba16f0f commit 2a84dba

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"repository": {
1414
"type": "git",
15-
"url": "git+ssh://git@bitbucket.org/litmis/nodejs-itoolkit.git"
15+
"url": "git+ssh://git@github.com/IBM/nodejs-itoolkit.git"
1616
},
1717
"keywords": [
1818
"ibmi",
@@ -22,7 +22,7 @@
2222
],
2323
"author": "IBM",
2424
"license": "MIT",
25-
"homepage": "https://bitbucket.org/litmis/nodejs-itoolkit",
25+
"homepage": "https://github.com/IBM/nodejs-itoolkit",
2626
"contributors": [
2727
{
2828
"name": "Xu Meng",
@@ -38,7 +38,7 @@
3838
],
3939
"devDependencies": {
4040
"chai": "^4.1.2",
41-
"idb-connector": "^1.1.6",
41+
"idb-connector": "^1.1.7",
4242
"mocha": "^5.2.0"
4343
}
4444
}

0 commit comments

Comments
 (0)