Skip to content

Commit

Permalink
Update devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
GinMu committed Feb 19, 2019
1 parent 508e862 commit ace3cb5
Show file tree
Hide file tree
Showing 3 changed files with 2,159 additions and 2,825 deletions.
4 changes: 2 additions & 2 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ gulp.task('build', function () {
return gulp.src('src/**/*.js')
.pipe(babel({
presets: [
["env", {
["@babel/preset-env", {
"targets": {
"browsers": ["last 2 versions"],
"node": "8.11.3"
}
}]
],
plugins: [
"transform-runtime"
"@babel/plugin-transform-runtime"
]
}))
.pipe(gulp.dest('lib/'))
Expand Down

0 comments on commit ace3cb5

Please sign in to comment.