Skip to content

Commit

Permalink
fix: revert to gulp@4.0.0-alpha.2 #10816
Browse files Browse the repository at this point in the history
Gulp updated their vinyl version to v3, and this break some gulp plugins.

Closes foundation/foundation-sites#10816
See: gulpjs/gulp#2065
  • Loading branch information
ncoden committed Dec 25, 2017
1 parent e6650e6 commit d28d034
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"babel-preset-es2015": "^6.3.13",
"babel-register": "^6.7.2",
"browser-sync": "^2.10.0",
"gulp": "gulpjs/gulp#4.0",
"gulp": "github:gulpjs/gulp#6d71a65",
"gulp-autoprefixer": "^3.1.0",
"gulp-babel": "^6.1.2",
"gulp-clean-css": "^3.3.1",
Expand Down

0 comments on commit d28d034

Please sign in to comment.