Skip to content

Commit

Permalink
Remove nodir option (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevva authored and sindresorhus committed Feb 13, 2018
1 parent 5d3d4de commit d65d848
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions index.js
Expand Up @@ -23,8 +23,7 @@ const generateGlobTasks = (patterns, taskOpts) => {

taskOpts = Object.assign({
ignore: [],
expandDirectories: true,
nodir: true
expandDirectories: true
}, taskOpts);

patterns.forEach((pattern, i) => {
Expand Down

0 comments on commit d65d848

Please sign in to comment.