Skip to content

Commit ecb99b4

Browse files
committed
Updated documentation.
1 parent 81120b3 commit ecb99b4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

DOCUMENTATION.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ Finds package.json file from either the directory the script was called from or
143143

144144
Format an array of directories and/or files to be ignored by globby by adding a "!" at the beginning of each path.
145145

146-
console.log(formatPathsArrayToIgnore([]));
146+
console.log(formatPathsArrayToIgnore(['./src']));
147147

148148

149149

lib/utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ const findPackageFileInPath = input => {
4848
/**
4949
* Format an array of directories and/or files to be ignored by globby by adding a "!" at the beginning of each path.
5050
*
51-
* console.log(formatPathsArrayToIgnore([]));
51+
* console.log(formatPathsArrayToIgnore(['./src']));
5252
*
5353
* @param {Array} paths Array of directories and/or files.
5454
* @return {Array} Modified array of directories and/or files.

0 commit comments

Comments
 (0)