From 03c2c996c515032d85ee967004cb987c22c65fd4 Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Fri, 20 Sep 2019 11:35:43 +1200 Subject: [PATCH] Remove cow archive metadata See https://github.com/silverstripe/silverstripe-framework/issues/9232 --- .cow.json | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/.cow.json b/.cow.json index f53635b..632e013 100644 --- a/.cow.json +++ b/.cow.json @@ -13,21 +13,5 @@ ], "exclude": [ "silverstripe/recipe-plugin" - ], - "archives": [ - { - "recipe": "silverstripe/recipe-core", - "files": [ - "SilverStripe-framework-v{version}.zip", - "SilverStripe-framework-v{version}.tar.gz" - ] - }, - { - "recipe": "silverstripe/installer", - "files": [ - "SilverStripe-cms-v{version}.zip", - "SilverStripe-cms-v{version}.tar.gz" - ] - } ] }