Skip to content

Commit e52b996

Browse files
authored
Fix gulp & types for gulp to 3 (microsoft#16771)
1 parent 1835754 commit e52b996

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"@types/convert-source-map": "latest",
3535
"@types/del": "latest",
3636
"@types/glob": "latest",
37-
"@types/gulp": "latest",
37+
"@types/gulp": "3.X",
3838
"@types/gulp-concat": "latest",
3939
"@types/gulp-help": "latest",
4040
"@types/gulp-newer": "latest",
@@ -52,7 +52,7 @@
5252
"chai": "latest",
5353
"convert-source-map": "latest",
5454
"del": "latest",
55-
"gulp": "latest",
55+
"gulp": "3.X",
5656
"gulp-clone": "latest",
5757
"gulp-concat": "latest",
5858
"gulp-help": "latest",

0 commit comments

Comments
 (0)