Skip to content

Commit

Permalink
feat: Upgrade to babel 7, drop Node 4 support.
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Drop node 4 support, upgrade to babel 7.
  • Loading branch information
coreyfarrell committed Jun 21, 2018
1 parent 321740f commit 906a3cd
Show file tree
Hide file tree
Showing 6 changed files with 10,220 additions and 28 deletions.
2 changes: 1 addition & 1 deletion .babelrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"presets": ["env"],
"presets": ["@babel/env"],
"env": {
"test": {
"plugins": ["./lib"]
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ os:
after_success: npm run coverage

node_js:
- "4"
- "6"
- "8"
- "stable"
Loading

0 comments on commit 906a3cd

Please sign in to comment.