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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke "Jared" Bennett <lbennett@gitlab.com>2017-04-07 16:57:03 +0300
committerJacob Schatz <jschatz@gitlab.com>2017-04-07 16:57:03 +0300
commitdab60475c79ff272c2a941326d609fed5fa4032e (patch)
tree8b9a5b9f269c6d39f6dcafc8b432ae2d9af7fbd4 /.babelrc
parent780a8968a50ff1b23eea6a72600f5f19a01cb81a (diff)
Update droplab
Diffstat (limited to '.babelrc')
-rw-r--r--.babelrc1
1 files changed, 0 insertions, 1 deletions
diff --git a/.babelrc b/.babelrc
index ee4c391da30..2bae7ca9fbf 100644
--- a/.babelrc
+++ b/.babelrc
@@ -8,7 +8,6 @@
"plugins": [
["istanbul", {
"exclude": [
- "app/assets/javascripts/droplab/**/*",
"spec/javascripts/**/*"
]
}],