Skip to content

Commit d7a701c

Browse files
authored
Fix missing dependency (#88)
1 parent 3cdf14d commit d7a701c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
],
4040
"dependencies": {
4141
"change-file-extension": "^0.1.0",
42+
"gulp-plugin-extras": "^0.3.0",
4243
"touch": "^3.1.0"
4344
},
4445
"devDependencies": {
@@ -48,7 +49,6 @@
4849
"figures": "^6.0.1",
4950
"get-stream": "^8.0.1",
5051
"gulp": "^4.0.2",
51-
"gulp-plugin-extras": "^0.3.0",
5252
"vinyl": "^3.0.0",
5353
"xo": "^0.56.0"
5454
},

0 commit comments

Comments
 (0)