Skip to content

Commit

Permalink
🔨 Fix deprecated packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Velu Gautam committed Jun 18, 2020
1 parent bdddb0f commit 30ee8d9
Show file tree
Hide file tree
Showing 7 changed files with 3,605 additions and 2,666 deletions.
11 changes: 10 additions & 1 deletion .babelrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
{
"presets": ["es2015"]
"presets": [
[
"@babel/preset-env",
{
"targets": {
"esmodules": true
}
}
]
]
}
4 changes: 2 additions & 2 deletions dist/main.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 30ee8d9

Please sign in to comment.