Skip to content

Commit d87119d

Browse files
chore: minor refactor
1 parent a5b52b4 commit d87119d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

lib/utils/commands.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,7 @@ const names = commands
99
})
1010
.reduce((arr, val) => arr.concat(val), []);
1111

12-
module.exports.names = names;
13-
module.exports.commands = commands;
12+
module.exports = {
13+
names,
14+
commands,
15+
};

0 commit comments

Comments
 (0)