Skip to content

Commit

Permalink
now correctly identifying the git repo.
Browse files Browse the repository at this point in the history
  • Loading branch information
Joachim Kainz committed Jan 6, 2012
1 parent 4011256 commit 4e0da39
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions package.json
Expand Up @@ -2,7 +2,7 @@
"name": "jolokia-client",
"description": "execute queries agains the jolokia JMX bridge",
"url" : "http://github.com/jolia/jolokia-client",
"version": "0.0.8",
"version": "0.0.9",
"author": "Joachim Kainz <info@jolira.com>",
"contributors": [
{ "name": "Joachim Kainz", "email": "info@jolira.com" }
Expand All @@ -12,7 +12,10 @@
"url": "http://github.com/jolira/jolokia-client/issues"
},
"keywords": ["node.js", "jmx", "jolokia"],
"repository": "git://github.com/jolira/jolokia-client",
"repository": {
"url": "https://github.com/jolira/jolokia-client.git",
"type": "git"
},
"main": "index",
"bin": { "jmx4node": "./bin/jmx4node" },
"engines": { "node": ">= 0.4.1" },
Expand Down

0 comments on commit 4e0da39

Please sign in to comment.