From 721d66958813eb5b74484cdf16fcac415bad16c1 Mon Sep 17 00:00:00 2001 From: Camilo Villamizar Date: Mon, 15 Apr 2024 15:24:22 -0300 Subject: [PATCH] Attempt to correct jquery/hoverintent library install --- build/composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build/composer.json b/build/composer.json index 53e15df..ee0860f 100644 --- a/build/composer.json +++ b/build/composer.json @@ -113,9 +113,9 @@ "url": "https://github.com/briancherne/jquery-hoverIntent/archive/v1.10.2.zip" }, "extra": { - "installer-name": "jquery.hoverintent" + "installer-name": "jquery.hover-intent" }, - "name": "jquery/hoverintent", + "name": "jquery/hover-intent", "type": "drupal-library", "version": "1.10.2" }, @@ -204,7 +204,7 @@ "drupal/token_filter": "^2", "drupal/views_slideshow": "^5", "jquery/cycle": "^3", - "jquery/hoverintent": "^1", + "jquery/hover-intent": "^1", "jquery/json2": "dev-master", "jquery/pause": "dev-master", "malsup/jquery.cycle": "^1",