Skip to content

Commit 155ad5e

Browse files
committed
Fix path
1 parent 97b55b2 commit 155ad5e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tools/docs/api/package-menu/lib/menu.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
var isFunction = require( '@stdlib/assert/is-function' );
66
var copy = require( '@stdlib/utils/copy' );
7-
var pkgTree = require( './../../../../pkgs/tree' );
7+
var pkgTree = require( '@stdlib/_tools/pkgs/tree' );
88
var toFragment = require( './../../tree-to-menu-fragment' );
99
var defaults = require( './defaults.json' );
1010
var validate = require( './validate.js' );

tools/make/lib/ls/pkgs_tree.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
PACKAGES_DIR ?= $(ROOT_DIR)/lib/node_modules
66

77
# Define the path of the executable:
8-
LIST_PACKAGE_TREE ?= $(TOOLS_DIR)/pkgs/tree/bin/cli
8+
LIST_PACKAGE_TREE ?= $(TOOLS_PKGS_DIR)/pkgs/tree/bin/cli
99

1010
# Define the command flags:
1111
LIST_PACKAGE_TREE_FLAGS ?=

0 commit comments

Comments
 (0)