files-extractor
Advanced tools
Comparing version 0.2.1 to 0.2.2
@@ -126,3 +126,3 @@ /*! | ||
if (isNull(this.opt.format) || isUndefined(this.opt.format)) { | ||
this.opt.format = ['YYYY', '/', 'M', '/', 'D', ' ', 'hh', ':', 'mm', ':', 'ss', ' ', 'A']; | ||
this.opt.format = ['YYYY', '/', 'M', '/', 'D', ' ', 'HH', ':', 'mm', ':', 'ss']; | ||
} | ||
@@ -129,0 +129,0 @@ |
{ | ||
"name": "files-extractor", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"description": "Extract files that have changed between the specified date.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
42366