Skip to content

Commit

Permalink
Merge pull request #8 from jr-cologne/update_dependencies
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
jr-cologne authored Jan 25, 2019
2 parents 71352d0 + 66d50f2 commit 68a7698
Show file tree
Hide file tree
Showing 4 changed files with 2,268 additions and 2,357 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ This should be installed on your computer in order to get up and running:
## Dependencies
These [npm](https://www.npmjs.com/) packages are used in the Gulp Starter Kit:

- [babel-core](https://www.npmjs.com/package/babel-core)
- [babel-preset-env](https://www.npmjs.com/package/babel-preset-env)
- [@babel/core](https://www.npmjs.com/package/@babel/core)
- [@babel/preset-env](https://www.npmjs.com/package/@babel/preset-env)
- [browser-sync](https://www.npmjs.com/package/browser-sync)
- [del](https://www.npmjs.com/package/del)
- [gulp](https://www.npmjs.com/package/gulp)
Expand Down
4 changes: 2 additions & 2 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* @author JR Cologne <[email protected]>
* @copyright 2018 JR Cologne
* @license https://github.com/jr-cologne/gulp-starter-kit/blob/master/LICENSE MIT
* @version v0.3.1-alpha
* @version v0.3.2-alpha
* @link https://github.com/jr-cologne/gulp-starter-kit GitHub Repository
* @link https://www.npmjs.com/package/@jr-cologne/create-gulp-starter-kit npm package site
*
Expand Down Expand Up @@ -70,7 +70,7 @@ gulp.task('js', () => {
}))
.pipe(sourcemaps.init())
.pipe(babel({
presets: [ 'env' ]
presets: [ '@babel/env' ]
}))
.pipe(concat('all.js'))
.pipe(uglify())
Expand Down
Loading

0 comments on commit 68a7698

Please sign in to comment.