Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
f5ffb7fc67 | |||
36364bb490 |
5
dist/smartfile.fs.js
vendored
5
dist/smartfile.fs.js
vendored
File diff suppressed because one or more lines are too long
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "smartfile",
|
||||
"version": "4.2.14",
|
||||
"version": "4.2.15",
|
||||
"description": "offers smart ways to work with files in nodejs",
|
||||
"main": "dist/index.js",
|
||||
"typings": "dist/index.d.ts",
|
||||
|
@ -376,7 +376,8 @@ export let listFileTree = (dirPathArg: string, miniMatchFilter: string): Promise
|
||||
|
||||
let options = {
|
||||
cwd: dirPath,
|
||||
nodir: true
|
||||
nodir: true,
|
||||
dot: true
|
||||
}
|
||||
plugins.glob(miniMatchFilter, options, (err, files: string[]) => {
|
||||
if (err) {
|
||||
|
Reference in New Issue
Block a user