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
path: root/config
diff options
context:
space:
mode:
authorWinnie Hellmann <winnie@gitlab.com>2018-08-30 15:08:46 +0300
committerWinnie Hellmann <winnie@gitlab.com>2018-08-30 15:08:46 +0300
commitd11cfcf777b33cf565f9c089b819add14b76d162 (patch)
tree4696ed4e3c14c7bed5ce0fea992f3e3f75548670 /config
parentb64ba567ff4409a9e10f764297ea110023d4aec8 (diff)
Exclude frontend development dependencies from license restrictions
Diffstat (limited to 'config')
-rw-r--r--config/dependency_decisions.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/config/dependency_decisions.yml b/config/dependency_decisions.yml
index dce1fc1bc45..16f16f77fb9 100644
--- a/config/dependency_decisions.yml
+++ b/config/dependency_decisions.yml
@@ -570,3 +570,10 @@
:why: https://github.com/codesandbox-app/codesandbox-importers/blob/master/packages/import-utils/LICENSE
:versions: []
:when: 2018-08-03 12:23:24.083046000 Z
+- - :ignore_group
+ - devDependencies
+ - :who: Winnie Hellmann
+ :why: NPM packages used for development are not distributed with the final product and are therefore
+ exempt.
+ :versions: []
+ :when: 2018-08-30 12:06:35.668181000 Z