We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 934cbd6 commit 959e1c4Copy full SHA for 959e1c4
index.js
@@ -46,7 +46,7 @@ export default function gulpDebug(options) {
46
47
return file;
48
}, {
49
- supportsDirectories: true,
+ supportsAnyType: true,
50
async * onFinish() { // eslint-disable-line require-yield
51
if (options.showCount) {
52
options.logger(options.title + ' ' + chalk.green(count + ' ' + plur('item', count)));
package.json
@@ -34,7 +34,7 @@
34
],
35
"dependencies": {
36
"chalk": "^5.3.0",
37
- "gulp-plugin-extras": "^0.2.2",
+ "gulp-plugin-extras": "^0.3.0",
38
"plur": "^5.1.0",
39
"stringify-object": "^5.0.0",
40
"tildify": "^3.0.0"
0 commit comments