Skip to content

Commit

Permalink
Merge pull request #79 from babel/b7-alpha
Browse files Browse the repository at this point in the history
make peerDep on babel-core v7, minimum node 4
  • Loading branch information
hzoo authored Aug 8, 2017
2 parents cf4f0c7 + 59ffa73 commit 79450ee
Show file tree
Hide file tree
Showing 5 changed files with 6,438 additions and 14 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
sudo: false
language: node_js
node_js:
- '5'
- '8'
- '6'
- '4'
- '0.12'
- '0.10'
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 79450ee

Please sign in to comment.