cordova-promise-fs
Advanced tools
Comparing version 1.2.4 to 1.2.5
@@ -342,3 +342,3 @@ var CordovaPromiseFS = | ||
if(!getAsEntries) entries = entries.map(function(entry) { return entry.fullPath; }); | ||
return entres; | ||
return entries; | ||
}); | ||
@@ -345,0 +345,0 @@ } |
@@ -269,3 +269,3 @@ /** | ||
if(!getAsEntries) entries = entries.map(function(entry) { return entry.fullPath; }); | ||
return entres; | ||
return entries; | ||
}); | ||
@@ -272,0 +272,0 @@ } |
{ | ||
"name": "cordova-promise-fs", | ||
"version": "1.2.4", | ||
"version": "1.2.5", | ||
"description": "Cordova FileSystem convienence functions that return promises.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -143,3 +143,3 @@ cordova-promise-fs | ||
### 1.2.3 (05/05/2017) | ||
### 1.2.5 (05/05/2017) | ||
@@ -146,0 +146,0 @@ * Added Crosswalk |
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
133634