Skip to content

Commit

Permalink
Fix java dependency version to avoid installing master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
zuazo committed Nov 12, 2016
1 parent 4cc7806 commit a8d2d76
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

This file is used to list changes made in each version of `jmx` Node.js module.

## master

* Fix `java` dependency version to avoid installing *master* branch.

## 0.6.0 (2016-11-12)

* Update `java` dependency to `~0.7.0` (partially fixes [issue #13](https://github.com/zuazo/node-jmx/issues/13), thanks [Jason Brown](https://github.com/jbrownD3) and [Craig Otis](https://github.com/craigotis) for the help).
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jmx",
"version": "0.6.0",
"version": "0.6.1-dev",
"description": "Bridge library to communicate with Java applications through JMX.",
"homepage": "http://zuazo.github.io/node-jmx",
"bugs": "https://github.com/zuazo/node-jmx/issues",
Expand Down Expand Up @@ -30,7 +30,7 @@
},
"dependencies": {
"async": "~1.5.0",
"java": "git://github.com/joeferner/node-java"
"java": "~0.7.0"
},
"devDependencies": {
"mocha": "~2.0.1",
Expand Down

0 comments on commit a8d2d76

Please sign in to comment.