Skip to content

Commit

Permalink
update packages and ava major
Browse files Browse the repository at this point in the history
  • Loading branch information
chregu committed Nov 4, 2019
1 parent 8f1320b commit 52c508d
Show file tree
Hide file tree
Showing 6 changed files with 6,488 additions and 8,165 deletions.
21 changes: 7 additions & 14 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -1,21 +1,14 @@
{
"presets": [
["env", {
["@babel/preset-env", {
"targets": {
"browsers": [">0.1%", "not op_mini all"],
"node": "current"
},
"useBuiltIns": true
}]
}
}],
"@ava/stage-4"
],
"plugins": [
"transform-runtime",
"transform-object-assign",
"transform-object-rest-spread"
],
"env": {
"coverage": {
"sourceMaps": "inline"
}
}
}
["@babel/plugin-transform-runtime", { corejs: 2 }]
]
}
Loading

0 comments on commit 52c508d

Please sign in to comment.