Skip to content

Commit

Permalink
feat: upgrade to babel 7 and newest istanbul libraries (#158)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Drop node 4 support, upgrade to babel 7, stop shipping @babel/plugin-syntax-object-rest-spread
  • Loading branch information
coreyfarrell authored and bcoe committed Jun 27, 2018
1 parent 321740f commit a9e1564
Show file tree
Hide file tree
Showing 6 changed files with 10,220 additions and 29 deletions.
2 changes: 1 addition & 1 deletion .babelrc
@@ -1,5 +1,5 @@
{
"presets": ["env"],
"presets": ["@babel/env"],
"env": {
"test": {
"plugins": ["./lib"]
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -6,6 +6,6 @@ os:
after_success: npm run coverage

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

0 comments on commit a9e1564

Please sign in to comment.