Skip to content

Commit

Permalink
chore(package): update lockfile package-lock.json
Browse files Browse the repository at this point in the history
  • Loading branch information
greenkeeper[bot] authored and lancedikson committed Jan 19, 2019
1 parent 67c6db9 commit 051a377
Show file tree
Hide file tree
Showing 4 changed files with 8,593 additions and 12,635 deletions.
6 changes: 3 additions & 3 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"presets": [["env", {
"useBuiltIns": true,
"presets": [["@babel/preset-env", {
"useBuiltIns": "entry",
"modules": "umd",
"targets": {
"ie": "8",
Expand All @@ -13,7 +13,7 @@
"env": {
"test": {
"plugins": [ "istanbul" ],
"presets": [["env", { "targets": { "node": "current" } }]]
"presets": [["@babel/preset-env", { "targets": { "node": "current" } }]]
}
}
}
Loading

0 comments on commit 051a377

Please sign in to comment.