From f2d6d798ba4fa34de3617a8cef2d417dd887c82e Mon Sep 17 00:00:00 2001 From: Zak Burke Date: Mon, 17 Feb 2025 07:24:02 -0500 Subject: [PATCH] minor changes to test CI/GA --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 9757db444..d9dbaaffd 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,10 @@ "version": "13.0.0", "description": "Component library for building Stripes applications.", "license": "Apache-2.0", - "repository": "folio-org/stripes-components", + "repository": { + "type": "git", + "url": "git+https://github.com/folio-org/stripes-components.git" + }, "sideEffects": [ "*.css" ],