Skip to content

Commit

Permalink
make peerDep on babel-core v7
Browse files Browse the repository at this point in the history
  • Loading branch information
hzoo committed Aug 8, 2017
1 parent cf4f0c7 commit 5e7fdd5
Show file tree
Hide file tree
Showing 3 changed files with 6,433 additions and 8 deletions.
2 changes: 1 addition & 1 deletion gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ module.exports = function (grunt) {
compile: {
options: {
sourceMap: true,
presets: ['es2015']
presets: ['env']
},
files: {
'test/tmp/fixture-compiled.js': 'test/fixtures/fixture.js'
Expand Down
Loading

0 comments on commit 5e7fdd5

Please sign in to comment.