amd-config-builder
Advanced tools
Comparing version 0.2.2 to 0.2.3
var path = require('path'), | ||
url = require('url'), | ||
_ = require('lodash'), | ||
findit = require('findit'), | ||
findit = require('findit2'), | ||
fs = require('fs'); | ||
@@ -50,2 +50,3 @@ | ||
array[key] = url.resolve(dir, pathValue) || "."; | ||
if (array[key].slice(-1) === "/") array[key] = array[key].slice(0, -1); | ||
break; | ||
@@ -52,0 +53,0 @@ case "object": |
{ | ||
"name": "amd-config-builder", | ||
"version": "0.2.2", | ||
"version": "0.2.3", | ||
"description": "Builds amd config for a project from configs of its components", | ||
@@ -27,5 +27,5 @@ "main": "lib/config-builder.js", | ||
"dependencies": { | ||
"findit": "^2.0.0", | ||
"findit2": "^2.2.3", | ||
"lodash": "^2.4.1" | ||
} | ||
} |
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
10161
120
+ Addedfindit2@^2.2.3
+ Addedfindit2@2.2.3(transitive)
- Removedfindit@^2.0.0
- Removedfindit@2.0.0(transitive)