Comparing version
@@ -69,7 +69,7 @@ "use strict"; | ||
const paths = await globby_1.default([`**/*.md`], { cwd: this.dir, ignore: arrify(this.ignore) }); | ||
return paths.map(path => path_1.join(this.dir, path)); | ||
return paths.sort().map(path => path_1.join(this.dir, path)); | ||
} | ||
getFileNamesSync() { | ||
const paths = globby_1.default.sync([`**/*.md`], { cwd: this.dir, ignore: arrify(this.ignore) }); | ||
return paths.map(path => path_1.join(this.dir, path)); | ||
return paths.sort().map(path => path_1.join(this.dir, path)); | ||
} | ||
@@ -76,0 +76,0 @@ async getFileDetails() { |
{ | ||
"name": "concat-md", | ||
"version": "0.3.2", | ||
"version": "0.3.3", | ||
"description": "CLI and API to concatenate markdown files and modify as necessary.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
36783
0.12%