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 1aa710b commit 30223ddCopy full SHA for 30223dd
bin/doxdox
@@ -98,7 +98,7 @@ while (args.length) {
98
99
if (!pkg) {
100
101
- pkg = utils.findPackage(input);
+ pkg = utils.findPackagePath(input);
102
103
}
104
lib/utils.js
@@ -84,7 +84,7 @@ module.exports.buildDashDocSet = function (input) {
84
85
};
86
87
-module.exports.findPackage = function (input) {
+module.exports.findPackagePath = function (input) {
88
89
var pkg,
90
stat;
0 commit comments