Skip to content
This repository was archived by the owner on Mar 13, 2024. It is now read-only.

Commit c3e7b20

Browse files
committedJul 28, 2019
Use object shorthand
1 parent d48d6c9 commit c3e7b20

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎index.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -205,8 +205,8 @@ function configure (pkg, options) {
205205
}
206206

207207
return {
208-
allDeps: allDeps,
209-
ignore: ignore
208+
allDeps,
209+
ignore
210210
}
211211
}
212212

0 commit comments

Comments
 (0)
This repository has been archived.