File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -143,7 +143,7 @@ Finds package.json file from either the directory the script was called from or
143
143
144
144
Format an array of directories and/or files to be ignored by globby by adding a "!" at the beginning of each path.
145
145
146
- console.log(formatPathsArrayToIgnore([]));
146
+ console.log(formatPathsArrayToIgnore(['./src' ]));
147
147
148
148
149
149
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ const findPackageFileInPath = input => {
48
48
/**
49
49
* Format an array of directories and/or files to be ignored by globby by adding a "!" at the beginning of each path.
50
50
*
51
- * console.log(formatPathsArrayToIgnore([]));
51
+ * console.log(formatPathsArrayToIgnore(['./src' ]));
52
52
*
53
53
* @param {Array } paths Array of directories and/or files.
54
54
* @return {Array } Modified array of directories and/or files.
You can’t perform that action at this time.
0 commit comments