You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/_tools/pkgs/names/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@ function onList( error, names ) {
47
47
48
48
The function accepts the following `options`:
49
49
50
-
-**dir**: directory from which to search for packages. May be either an absolute path or a path relative to the `stdlib/lib/node_modules/` directory. Default: `/path/to/stdlib/lib/node_modules/`.
50
+
-**dir**: directory from which to search for packages. May be either an absolute path or a path relative to the `stdlib/lib/node_modules/` directory (e.g., `./@stdlib/math`). Default: `/path/to/stdlib/lib/node_modules/`.
51
51
-**pattern**: glob pattern used to find packages. Default: `'**/package.json'` (note: pattern **must** end with `package.json`).
52
52
-**ignore**: list of glob patterns used to exclude matches.
0 commit comments