Skip to content

Commit

Permalink
chore(gulp): update gulp to 4.0 to fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
jayphelps committed Apr 25, 2019
1 parent 14723a7 commit c803549
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gulpfile.babel.js
Expand Up @@ -2,7 +2,7 @@ import gulp from 'gulp';
import babel from 'gulp-babel';

gulp.task('build:esm', () => {
gulp.src('src/**/*.js')
return gulp.src('src/**/*.js')
.pipe(babel({
babelrc: false,
presets: [
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -90,7 +90,7 @@
"gitbook-plugin-github": "^2.0.0",
"gitbook-plugin-prism": "^2.0.1",
"gitbook-plugin-theme-default": "^1.0.5",
"gulp": "^3.9.1",
"gulp": "^4.0.1",
"gulp-babel": "^6.1.2",
"json-server": "^0.10.0",
"mocha": "^3.5.3",
Expand Down

0 comments on commit c803549

Please sign in to comment.