From 85b5294fde0ed7de2e9597f82a68486e8844e3d9 Mon Sep 17 00:00:00 2001 From: Christian van der Loo Date: Sun, 10 Nov 2024 15:06:13 -0500 Subject: [PATCH] ci: normalize repository url --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 9265cc6..956f0ca 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,10 @@ "name": "zustand-computed", "version": "2.0.1", "author": "chrisvander", - "repository": "chrisvander/zustand-computed", + "repository": { + "type": "git", + "url": "git+https://github.com/chrisvander/zustand-computed.git" + }, "main": "dist/index.js", "module": "dist/index.mjs", "devDependencies": {