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:
authorMike Greiling <mike@pixelcog.com>2018-10-02 22:24:25 +0300
committerMike Greiling <mike@pixelcog.com>2018-10-02 23:15:40 +0300
commit63bc9a60c5e43c38733c9b9dc6ae0669c9cc4515 (patch)
treea4c3e304c7f2187e9c3a3514e36d103e8d1ab7b6 /config
parent6553348aff043870bd5449cd22a3dc5a4e869de3 (diff)
Add license approval for caniuse-lite and node-releases
These are needed for babel-preset-env to function. These are both curated lists of compatability tables which are used during the build process to determine which babel transformations to perform.
Diffstat (limited to 'config')
-rw-r--r--config/dependency_decisions.yml14
1 files changed, 14 insertions, 0 deletions
diff --git a/config/dependency_decisions.yml b/config/dependency_decisions.yml
index 664035831a5..62760ffee3a 100644
--- a/config/dependency_decisions.yml
+++ b/config/dependency_decisions.yml
@@ -585,3 +585,17 @@
and are therefore exempt.
:versions: []
:when: 2018-08-30 12:06:35.668181000 Z
+- - :approve
+ - caniuse-lite
+ - :who: Mike Greiling
+ :why: CC-BY-4.0 license. Tool only used during build process, code is not present
+ in compiled/distributed product so attribution not needed.
+ :versions: []
+ :when: 2018-10-02 19:23:11.221660000 Z
+- - :approve
+ - node-releases
+ - :who: Mike Greiling
+ :why: CC-BY-4.0 license. Tool only used during build process, code is not present
+ in compiled/distributed product so attribution not needed.
+ :versions: []
+ :when: 2018-10-02 19:23:54.840151000 Z