amd-config-builder
Advanced tools
Comparing version 0.3.1 to 0.3.2
@@ -140,3 +140,3 @@ var path = require('path'), | ||
transformPaths(json, root, file, dirMap); | ||
_.merge(result, json, function (a, b) { | ||
_.mergeWith(result, json, function (a, b) { | ||
return _.isArray(a) ? b.concat(a) : undefined; | ||
@@ -143,0 +143,0 @@ }); |
{ | ||
"name": "amd-config-builder", | ||
"version": "0.3.1", | ||
"version": "0.3.2", | ||
"description": "Builds amd config for a project from configs of its components", | ||
@@ -28,4 +28,4 @@ "main": "lib/config-builder.js", | ||
"findit2": "^2.2.3", | ||
"lodash": "^2.4.1" | ||
"lodash": "^4.17.21" | ||
} | ||
} |
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
10668
+ Addedlodash@4.17.21(transitive)
- Removedlodash@2.4.2(transitive)
Updatedlodash@^4.17.21