Comparing version 1.0.4 to 1.0.5
@@ -64,3 +64,3 @@ var relative = require('relative-date') | ||
<span class="name">${path.basename(entry.name)}</span> | ||
<span class="modified">${relative(entry.mtime)}</span> | ||
<span class="modified">${entry.mtime ? relative(entry.mtime) : ''}</span> | ||
<span class="size">${pretty(entry.length)}</span> | ||
@@ -70,5 +70,5 @@ </a> | ||
} | ||
} | ||
function split (pathName) { | ||
@@ -75,0 +75,0 @@ var fileArray = pathName.split('/') |
{ | ||
"name": "yo-fs", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "A client-side modular stream-friendly ui browser widget for navigating directories.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
3846