Skip to content

Commit

Permalink
fixed babel
Browse files Browse the repository at this point in the history
  • Loading branch information
Chukkrit Visitsaktavorn committed Apr 27, 2020
1 parent 032d516 commit 56c9892
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
5 changes: 1 addition & 4 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
{
"presets": [
[
"@babel/preset-env",
{
"modules": false
}
"@babel/preset-env"
]
]
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
"@babel/core": "^7.9.0",
"@babel/preset-env": "^7.9.5",
"babel-jest": "^25.4.0",
"codacy-coverage": "^3.4.0",
"jest": "^25.4.0",
"regenerator-runtime": "^0.13.5",
"standard": "^14.3.3",
"codacy-coverage": "^3.4.0"
"standard": "^14.3.3"
}
}

0 comments on commit 56c9892

Please sign in to comment.