Skip to content

Commit 812a54b

Browse files
authored
Merge pull request #184 from LinusU/object-shorthand
2 parents 967949d + 924bda8 commit 812a54b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ module.exports.load = function (opts, cb) {
4343
if (opts.ignore) ignore = ignore.concat(opts.ignore)
4444

4545
var deglobOpts = {
46-
ignore: ignore,
46+
ignore,
4747
cwd: opts.cwd || process.cwd(),
4848
useGitIgnore: true,
4949
usePackageJson: true,

0 commit comments

Comments
 (0)