Skip to content

Commit a9e1564

Browse files
coreyfarrellbcoe
authored andcommitted
feat: upgrade to babel 7 and newest istanbul libraries (#158)
BREAKING CHANGE: Drop node 4 support, upgrade to babel 7, stop shipping @babel/plugin-syntax-object-rest-spread
1 parent 321740f commit a9e1564

File tree

6 files changed

+10220
-29
lines changed

6 files changed

+10220
-29
lines changed

.babelrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"presets": ["env"],
2+
"presets": ["@babel/env"],
33
"env": {
44
"test": {
55
"plugins": ["./lib"]

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ os:
66
after_success: npm run coverage
77

88
node_js:
9-
- "4"
109
- "6"
10+
- "8"
1111
- "stable"

0 commit comments

Comments
 (0)