Skip to content

Commit

Permalink
chore: update to babel 7
Browse files Browse the repository at this point in the history
  • Loading branch information
kt3k committed Sep 8, 2018
1 parent d5fa3f4 commit dffc724
Show file tree
Hide file tree
Showing 4 changed files with 2,969 additions and 3,702 deletions.
2 changes: 1 addition & 1 deletion karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ module.exports = function(config) {
},
browserify: {
debug: true,
transform: [['babelify', { presets: ['env'], plugins: ['istanbul'] }]]
transform: [['babelify', { presets: ['@babel/preset-env'], plugins: ['istanbul'] }]]
},
reporters: ['spec', 'coverage-istanbul'],
coverageIstanbulReporter: {
Expand Down
Loading

0 comments on commit dffc724

Please sign in to comment.