Skip to content

Commit

Permalink
Upgrade to Babel 7 (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
xxczaki authored and terkelg committed Dec 9, 2018
1 parent 9d23c50 commit 23f7d16
Show file tree
Hide file tree
Showing 3 changed files with 2,091 additions and 914 deletions.
4 changes: 2 additions & 2 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"presets": [
["env", {
["@babel/preset-env", {
"targets": {
"node": "6"
}
}]
],
"plugins": ["transform-object-rest-spread"]
"plugins": ["@babel/plugin-proposal-object-rest-spread"]
}
Loading

0 comments on commit 23f7d16

Please sign in to comment.