js-makedepend
Advanced tools
Comparing version 0.1.10 to 0.1.11
{ | ||
"name": "js-makedepend", | ||
"version": "0.1.10", | ||
"version": "0.1.11", | ||
"description": "Determines dependencies of javascript modules and saves them in a Makefile. A bit like makedepend does for C.", | ||
@@ -43,10 +43,10 @@ "bin": { | ||
"devDependencies": { | ||
"codeclimate-test-reporter": "0.1.1", | ||
"codeclimate-test-reporter": "0.2.0", | ||
"intercept-stdout": "0.1.2", | ||
"istanbul": "0.4.1", | ||
"jscs": "2.6.0", | ||
"jshint": "2.8.0", | ||
"istanbul": "0.4.2", | ||
"jscs": "2.8.0", | ||
"jshint": "2.9.1", | ||
"mocha": "2.3.4", | ||
"npm-check-updates": "2.5.2", | ||
"nsp": "2.1.0", | ||
"npm-check-updates": "2.5.6", | ||
"nsp": "2.2.0", | ||
"plato": "1.5.0" | ||
@@ -56,3 +56,3 @@ }, | ||
"commander": "2.9.0", | ||
"lodash": "3.10.1", | ||
"lodash": "4.0.0", | ||
"madge": "0.5.3", | ||
@@ -59,0 +59,0 @@ "semver": "5.1.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
60871
61
+ Addedlodash@4.0.0(transitive)
- Removedlodash@3.10.1(transitive)
Updatedlodash@4.0.0