normalize-walker
Advanced tools
Comparing version 0.1.4 to 0.1.5
@@ -147,4 +147,5 @@ | ||
resolve: function (uri) { | ||
var trailingSlash = /\/$/.test(uri) ? '/' : '' | ||
return pathis.relative(uri) | ||
? path.resolve(this.dirname, uri) | ||
? (path.resolve(this.dirname, uri) + trailingSlash) | ||
: uri | ||
@@ -151,0 +152,0 @@ }, |
{ | ||
"name": "normalize-walker", | ||
"description": "Walk down dependencies of JS, CSS, HTML, etc. and create a tree. ", | ||
"version": "0.1.4", | ||
"version": "0.1.5", | ||
"author": { | ||
@@ -6,0 +6,0 @@ "name": "Jonathan Ong", |
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
26964
805