Skip to content

Commit 572927c

Browse files
committed
Fixed issue when passing data to plugins.
1 parent 3777b78 commit 572927c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

bin/doxdox

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,9 @@ ${chalk.yellow(' -t, --title')} Sets title.
8181

8282
const output = args.flags['--output'] || args.flags['-o'] || null;
8383

84-
doxdox.parseInputs(args.inputs, Object.assign({projectPkg}, config)).then(content => {
84+
doxdox.parseInputs(args.inputs, Object.assign({
85+
'pkg': projectPkg
86+
}, config)).then(content => {
8587

8688
if (output) {
8789

0 commit comments

Comments
 (0)