We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78dc843 commit 6c0dab4Copy full SHA for 6c0dab4
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "cli-rhea",
3
- "version": "1.0.26",
+ "version": "1.0.27",
4
"description": "Client interface built on grs/rhea lib",
5
"scripts": {
6
"test": "mocha tests/**.spec.js",
@@ -11,7 +11,7 @@
11
},
12
"repository": {
13
"type": "git",
14
- "url": "git+ssh://git@bitbucket.org/david_kornel/cli-rhea.git"
+ "url": "git+ssh://git@github.com:rh-messaging/cli-rhea.git"
15
16
"bin": {
17
"cli-rhea-sender": "bin/sender-client.js",
@@ -48,5 +48,5 @@
48
"selenium-standalone": ""
49
50
"author": "David Kornel",
51
- "homepage": "https://bitbucket.org/david_kornel/cli-rhea#readme"
+ "homepage": "https://github.com/rh-messaging/cli-rhea/blob/master/README.md"
52
}
0 commit comments