From 5a299fa66c02e8d81be50b5ea770cda64f724279 Mon Sep 17 00:00:00 2001 From: Daniel Roe Date: Sun, 6 Oct 2024 19:20:39 +0200 Subject: [PATCH] chore: fix repo url --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 57c5fdb..dccb51a 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,10 @@ "packageManager": "pnpm@9.12.0", "description": "Framework agnostic tools for accessing data from font CDNs and providers", "license": "MIT", - "repository": "danielroe/unifont", + "repository": { + "type": "git", + "url": "git+https://github.com/danielroe/unifont.git" + }, "sideEffects": false, "exports": { ".": "./dist/index.js"