Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2020-03-31 16:30:53 +0300
committerXhmikosR <xhmikosr@gmail.com>2020-03-31 21:11:29 +0300
commit0225c1173b1de2c6d2416df34d9dd5a36554a150 (patch)
tree3b72528b93ba0fc2b57ac525709dff4d88b5a809 /.babelrc.js
parent467c9619764f1af5471734c16bfa97f1ccb3f562 (diff)
Bump devDependencies and gems.
Diffstat (limited to '.babelrc.js')
-rw-r--r--.babelrc.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/.babelrc.js b/.babelrc.js
index 44a5099541..b17738f866 100644
--- a/.babelrc.js
+++ b/.babelrc.js
@@ -1,7 +1,7 @@
module.exports = {
presets: [
[
- '@babel/env',
+ '@babel/preset-env',
{
loose: true,
modules: false,