Skip to content

Commit

Permalink
Remove comma that causes a syntax error in node 6 (#376)
Browse files Browse the repository at this point in the history
* Remove comma that causes a syntax error in node 6

Fix #375

* Add node 6 back to travis
  • Loading branch information
tusbar authored and PaulLeCam committed Sep 6, 2017
1 parent 14113a0 commit bb84164
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ sudo: false
language: node_js
node_js:
- 8
- 6
cache:
yarn: true
directories:
Expand Down
3 changes: 2 additions & 1 deletion rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ if (env === 'production') {
dead_code: true,
warnings: false,
},
}),
// eslint-disable-next-line prettier/prettier
})
)
}

Expand Down

0 comments on commit bb84164

Please sign in to comment.