From 0e46cd6bb9007ff921607377fccfc28771a445c0 Mon Sep 17 00:00:00 2001 From: Sean McQuaid Date: Wed, 15 Jan 2025 21:53:16 -0800 Subject: [PATCH] fix: update package json w/ npm pkg fix --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index ca11462..df8c4ab 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,10 @@ "version": "2.1.0", "description": "Convert Shopify's Metafields/Metaobjects rich text type from a rich text AST/schema to HTML. Works great with hydrogen/headless & regular storefronts.", "main": "src/index.js", - "repository": "https://github.com/TheBeyondGroup/shopify-rich-text-renderer.git", + "repository": { + "type": "git", + "url": "git+https://github.com/TheBeyondGroup/shopify-rich-text-renderer.git" + }, "author": { "name": "Sean McQuaid", "email": "sean@decrypteddesign.com",