Skip to content

Commit

Permalink
upgrade packages
Browse files Browse the repository at this point in the history
  • Loading branch information
joeferner committed Oct 12, 2016
1 parent 5028888 commit 1d81ab0
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,16 @@
"url": "https://github.com/joeferner/node-java.git"
},
"dependencies": {
"async": "1.5.2",
"find-java-home": "0.1.2",
"glob": "7.0.3",
"lodash": "4.11.1",
"async": "2.0.1",
"find-java-home": "0.1.3",
"glob": "7.1.1",
"lodash": "4.16.4",
"nan": "2.4.0"
},
"devDependencies": {
"chalk": "1.0.0",
"nodeunit": "0.9.1",
"when": "3.7.2"
"chalk": "1.1.3",
"nodeunit": "0.10.2",
"when": "3.7.7"
},
"scripts": {
"test": "node testRunner.js",
Expand Down

0 comments on commit 1d81ab0

Please sign in to comment.