We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1835754 commit e52b996Copy full SHA for e52b996
1 file changed
package.json
@@ -34,7 +34,7 @@
34
"@types/convert-source-map": "latest",
35
"@types/del": "latest",
36
"@types/glob": "latest",
37
- "@types/gulp": "latest",
+ "@types/gulp": "3.X",
38
"@types/gulp-concat": "latest",
39
"@types/gulp-help": "latest",
40
"@types/gulp-newer": "latest",
@@ -52,7 +52,7 @@
52
"chai": "latest",
53
"convert-source-map": "latest",
54
"del": "latest",
55
- "gulp": "latest",
+ "gulp": "3.X",
56
"gulp-clone": "latest",
57
"gulp-concat": "latest",
58
"gulp-help": "latest",
0 commit comments