Skip to content

Commit

Permalink
dependency: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaehyeon Nam committed Dec 19, 2018
1 parent 0a7151b commit b4199d0
Show file tree
Hide file tree
Showing 4 changed files with 3,684 additions and 5,934 deletions.
12 changes: 6 additions & 6 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"presets": [
[
"env",
"@babel/preset-env",
{
"useBuiltIns": true,
"useBuiltIns": false,
"targets": {
"node": "6.11.5"
},
Expand All @@ -16,19 +16,19 @@
],
"plugins": [
[
"transform-object-rest-spread",
"@babel/plugin-proposal-object-rest-spread",
{
"useBuiltIns": true
"useBuiltIns": false
}
]
],
"env": {
"test": {
"presets": [
"env"
"@babel/preset-env"
],
"plugins": [
"transform-object-rest-spread"
"@babel/plugin-proposal-object-rest-spread"
]
}
}
Expand Down
Loading

0 comments on commit b4199d0

Please sign in to comment.