Comparing version 0.3.6 to 0.4.0
@@ -10,3 +10,3 @@ { | ||
], | ||
"version": "0.3.6", | ||
"version": "0.4.0", | ||
"engines": { | ||
@@ -31,8 +31,8 @@ "node": ">=0.8.0" | ||
"find-java-home": "0.1.1", | ||
"glob": "~3.2.9" | ||
"glob": "~3.2.9", | ||
"nan": "1.2.0" | ||
}, | ||
"devDependencies": { | ||
"nodeunit": "~0.6.4", | ||
"memwatch": "~0.2.0", | ||
"async": "~0.1.22" | ||
"async": "~0.1.22", | ||
"nodeunit": "0.9.0" | ||
}, | ||
@@ -39,0 +39,0 @@ "scripts": { |
@@ -9,2 +9,6 @@ [![Build Status](https://travis-ci.org/joeferner/node-java.png)](https://travis-ci.org/joeferner/node-java) | ||
###Other projects that might be helpful | ||
* [node-java-maven](https://github.com/joeferner/node-java-maven) - manages your node-java classpath by using maven dependency mangement. | ||
## Installation | ||
@@ -11,0 +15,0 @@ |
@@ -47,3 +47,3 @@ var java = require("../testHelpers").java; | ||
}, | ||
"callStaticMethod bad class name": function(test) { | ||
@@ -83,3 +83,3 @@ java.callStaticMethod("BadClassName", "staticMethod", function(err, result) { | ||
test.ok(err); | ||
test.ok(!result); | ||
test.equals(undefined, result); | ||
test.done(); | ||
@@ -86,0 +86,0 @@ }); |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2
524
2279996
3