Skip to content

Commit

Permalink
chore: update to babel 7
Browse files Browse the repository at this point in the history
- Update babel dependencies, remove old ones.
- Remove node 4 and 5 from travis matrix since it is not
  supported by babel anymore.
  • Loading branch information
mjeanroy committed Sep 4, 2018
1 parent cdd3ace commit 8746307
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 3 additions & 1 deletion .babelrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
{
"presets": ["env"]
"presets": [
"@babel/preset-env"
]
}
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
language: node_js
node_js:
- "4"
- "5"
- "6"
- "7"
- "8"
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,14 @@
"moment": "2.22.2"
},
"devDependencies": {
"babel-core": "6.26.0",
"babel-preset-env": "1.6.1",
"@babel/core": "7.0.0",
"@babel/preset-env": "7.0.0",
"del": "3.0.0",
"eslint": "5.0.1",
"eslint-config-google": "0.9.1",
"fancy-log": "1.3.2",
"gulp": "3.9.1",
"gulp-babel": "7.0.1",
"gulp-babel": "8.0.0",
"gulp-bump": "3.1.1",
"gulp-conventional-changelog": "2.0.1",
"gulp-eslint": "4.0.2",
Expand Down

0 comments on commit 8746307

Please sign in to comment.