Skip to content

Commit 30223dd

Browse files
committed
Changed method name to better reflect it's purpose.
1 parent 1aa710b commit 30223dd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bin/doxdox

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ while (args.length) {
9898

9999
if (!pkg) {
100100

101-
pkg = utils.findPackage(input);
101+
pkg = utils.findPackagePath(input);
102102

103103
}
104104

lib/utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ module.exports.buildDashDocSet = function (input) {
8484

8585
};
8686

87-
module.exports.findPackage = function (input) {
87+
module.exports.findPackagePath = function (input) {
8888

8989
var pkg,
9090
stat;

0 commit comments

Comments
 (0)