Skip to content

Commit

Permalink
Merge branch 'updating-babel-config'
Browse files Browse the repository at this point in the history
  • Loading branch information
jdalrymple committed Jun 27, 2018
2 parents 7ee08ac + c122ca4 commit 32e32fa
Show file tree
Hide file tree
Showing 5 changed files with 495 additions and 272 deletions.
15 changes: 14 additions & 1 deletion .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,18 @@
],
"plugins": [
"@babel/plugin-proposal-object-rest-spread"
]
],
"env": {
"es5": {
"presets": [
["@babel/preset-env", {
"useBuiltIns": false,
}]
],
"plugins": [
"@babel/plugin-transform-async-to-generator",
"@babel/plugin-transform-runtime",
]
}
}
}
12 changes: 0 additions & 12 deletions .babelrc-es5

This file was deleted.

4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

[3.4.4](https://github.com/jdalrymple/node-gitlab/tags/3.4.4) (2018-6-26)
------------------
- Updating babel configuration thanks to a prompt from [bodtx](https://github.com/bodtx) and suggestions from [Logan Smyth](loganfsmyth)

[3.4.3](https://github.com/jdalrymple/node-gitlab/tags/3.4.3) (2018-6-25)
------------------
- Updating packages
Expand Down
Loading

0 comments on commit 32e32fa

Please sign in to comment.