From 4d6cf2c18fd32a6fd8602fbb5ae1729f47061105 Mon Sep 17 00:00:00 2001 From: Paul Pound Date: Thu, 14 Mar 2024 11:02:37 -0300 Subject: [PATCH] changed type to drupal custom theme so updates are put in the same directory --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index dac2dc9..1b11777 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "roblib/lmmi_journal_theme", "description": "Journal of LM Montgomery Studies theme, sub-theme of MagazinePlus", - "type": "drupal-theme", + "type": "drupal-custom-theme", "keywords": [ "Drupal" ],