diff --git a/index.js b/index.js index ed23e5f..5346dc8 100644 --- a/index.js +++ b/index.js @@ -46,7 +46,7 @@ export default function gulpDebug(options) { return file; }, { - supportsDirectories: true, + supportsAnyType: true, async * onFinish() { // eslint-disable-line require-yield if (options.showCount) { options.logger(options.title + ' ' + chalk.green(count + ' ' + plur('item', count))); diff --git a/package.json b/package.json index 4ed331a..45d96a2 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ ], "dependencies": { "chalk": "^5.3.0", - "gulp-plugin-extras": "^0.2.2", + "gulp-plugin-extras": "^0.3.0", "plur": "^5.1.0", "stringify-object": "^5.0.0", "tildify": "^3.0.0"