From 1938279b83fa2be7b35c6932e332d9e763bcd458 Mon Sep 17 00:00:00 2001 From: Tim Otten Date: Wed, 18 Sep 2019 19:54:07 -0400 Subject: [PATCH] composer.json - Add "ignore" list for js-yaml --- composer.json | 3 ++- composer.lock | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index ddbebd438c..42578e4e90 100644 --- a/composer.json +++ b/composer.json @@ -200,7 +200,8 @@ "url": "https://github.com/colemanw/select2/archive/v3.5-civicrm-1.0.zip" }, "js-yaml": { - "url": "https://github.com/nodeca/js-yaml/archive/3.13.1.zip" + "url": "https://github.com/nodeca/js-yaml/archive/3.13.1.zip", + "ignore": ["benchmark", "bin", "demo", "examples", "lib", "support", "test"] }, "smartmenus": { "url": "https://github.com/vadikom/smartmenus/archive/1.1.0.zip", diff --git a/composer.lock b/composer.lock index ab0f88ec85..9f5328a8ba 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "195f60bb40e72b390be3211fcc870a38", + "content-hash": "f0b735ec69179cc1b69b87e335db9c7b", "packages": [ { "name": "civicrm/civicrm-cxn-rpc", -- 2.25.1