Comparing version 0.0.15 to 0.0.16
@@ -199,3 +199,2 @@ /** | ||
var newPath = path; | ||
if (path !== '/') newPath += '/'; | ||
var filesData = []; | ||
@@ -210,3 +209,3 @@ for(var idx=0; idx<filesArray.length; idx++){ | ||
modified: file.date, | ||
name: newPath + file.name, | ||
name: file.name, | ||
is_dir: file.type === 'd', | ||
@@ -213,0 +212,0 @@ }); |
{ | ||
"name": "unifile", | ||
"description": "Express middleware to provide a common API for cloud storage services. ", | ||
"version": "0.0.15", | ||
"version": "0.0.16", | ||
"author": { | ||
@@ -6,0 +6,0 @@ "name": "Alex Hoyau aka lexoyo" |
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
103823
2337