Skip to content

Commit

Permalink
chore(package): update @babel/preset-env to version 7.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mjeanroy committed Apr 8, 2020
1 parent b302d35 commit fd8eea8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"presets": [
[
"@babel/preset-env", {
"modules": "false",
"modules": false,
"targets": {
"node": "10"
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"devDependencies": {
"@babel/core": "7.9.0",
"@babel/parser": "7.9.4",
"@babel/preset-env": "7.9.0",
"@babel/preset-env": "7.9.5",
"@babel/register": "7.9.0",
"babel-plugin-add-module-exports": "1.0.2",
"eslint": "6.8.0",
Expand Down

0 comments on commit fd8eea8

Please sign in to comment.