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

github.com/nextcloud/files_markdown.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin Appelman <robin@icewind.nl>2019-01-24 17:20:27 +0300
committerRobin Appelman <robin@icewind.nl>2019-01-24 17:20:27 +0300
commit913bae057f1a0b0965620b7c1c83b58898bc9d9a (patch)
tree3295dee1935f3688661333b28dc9a4028ac5561e /.babelrc
parent74bedeff957955a4790ae8cdf3055fecb72aa25e (diff)
bumb dependencies
Diffstat (limited to '.babelrc')
-rw-r--r--.babelrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/.babelrc b/.babelrc
index a97ca33..03dfd13 100644
--- a/.babelrc
+++ b/.babelrc
@@ -1,10 +1,10 @@
{
"presets": [
[
- "es2015",
+ "env",
{
"modules": false
}
]
]
-} \ No newline at end of file
+}