Comparing version 0.4.0 to 0.4.1
@@ -235,5 +235,5 @@ /** | ||
// a//b/c ==> a/b/c | ||
// //a//b/c ==> a/b/c | ||
// //a/b/c ==> /a/b/c | ||
// a///b/////c ==> a/b/c | ||
path = path.replace(/\/{2,}/g, '/'); | ||
path = path.replace(/(^|[^:])\/{2,}/g, '$1/'); | ||
@@ -240,0 +240,0 @@ // Transfer path |
{ | ||
"name": "fengine", | ||
"version": "0.4.0", | ||
"version": "0.4.1", | ||
"description": "A development tool for f2e.", | ||
@@ -39,5 +39,5 @@ "author": { | ||
"js-yaml": "^3.10.0", | ||
"file-send": "^3.0.0" | ||
"file-send": "^3.0.1" | ||
}, | ||
"readmeFilename": "README.md" | ||
} |
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
115436
Updatedfile-send@^3.0.1