We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3777b78 commit 572927cCopy full SHA for 572927c
bin/doxdox
@@ -81,7 +81,9 @@ ${chalk.yellow(' -t, --title')} Sets title.
81
82
const output = args.flags['--output'] || args.flags['-o'] || null;
83
84
- doxdox.parseInputs(args.inputs, Object.assign({projectPkg}, config)).then(content => {
+ doxdox.parseInputs(args.inputs, Object.assign({
85
+ 'pkg': projectPkg
86
+ }, config)).then(content => {
87
88
if (output) {
89
0 commit comments