From 6714e07a6ae986129c88486c599682d0fafbf9be Mon Sep 17 00:00:00 2001 From: Jakob Linskeseder Date: Thu, 26 Mar 2026 22:15:07 +0100 Subject: [PATCH] Fix Composer component definition This aligns the Composer component with https://github.com/components/handlebars.js/blob/master/composer.json --- components/composer.json | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/components/composer.json b/components/composer.json index c5dc4271..aa96293b 100644 --- a/components/composer.json +++ b/components/composer.json @@ -1,7 +1,7 @@ { "name": "components/handlebars.js", "description": "Handlebars.js and Mustache are both logicless templating languages that keep the view and the code separated like we all know they should be.", - "homepage": "http://handlebarsjs.com", + "homepage": "https://handlebarsjs.com", "license": "MIT", "type": "component", "keywords": [ @@ -11,13 +11,9 @@ ], "authors": [ { - "name": "Chris Wanstrath", - "homepage": "http://chriswanstrath.com" + "name": "Chris Wanstrath" } ], - "require": { - "robloach/component-installer": "*" - }, "extra": { "component": { "name": "handlebars",