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 d4c581c commit cfb8160Copy full SHA for cfb8160
bin/doxdox
@@ -93,7 +93,7 @@ if (!pkg && fs.existsSync(input)) {
93
94
} else if (stat.isFile()) {
95
96
- pkg = path.normalize(path.dirname(input) + '/package.json');
+ pkg = path.normalize(path.resolve(path.dirname(input)) + '/package.json');
97
98
}
99
0 commit comments