Skip to content

Commit 959e1c4

Browse files
committed
Fix regression with not showing all types
1 parent 934cbd6 commit 959e1c4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ export default function gulpDebug(options) {
4646

4747
return file;
4848
}, {
49-
supportsDirectories: true,
49+
supportsAnyType: true,
5050
async * onFinish() { // eslint-disable-line require-yield
5151
if (options.showCount) {
5252
options.logger(options.title + ' ' + chalk.green(count + ' ' + plur('item', count)));

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
],
3535
"dependencies": {
3636
"chalk": "^5.3.0",
37-
"gulp-plugin-extras": "^0.2.2",
37+
"gulp-plugin-extras": "^0.3.0",
3838
"plur": "^5.1.0",
3939
"stringify-object": "^5.0.0",
4040
"tildify": "^3.0.0"

0 commit comments

Comments
 (0)