From 800baa54703fd7da51ac6d8a4c52426ac531fb79 Mon Sep 17 00:00:00 2001 From: Patrik Weiskircher Date: Thu, 15 Jan 2026 15:05:36 -0500 Subject: [PATCH] fix: add repository field for npm provenance --- package.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index b7ecf1e..c5b468d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nutrient-sdk/font-tool", - "version": "0.1.0", + "version": "0.1.1", "description": "Create dynamic font bundles for Nutrient PDF SDK", "type": "module", "bin": { @@ -28,5 +28,9 @@ "test": "vitest run", "test:watch": "vitest" }, - "homepage": "https://www.nutrient.io/guides/web/forms/fill-form-fields/dynamic-font-loading/" + "homepage": "https://www.nutrient.io/guides/web/forms/fill-form-fields/dynamic-font-loading/", + "repository": { + "type": "git", + "url": "https://github.com/PSPDFKit/nutrient-font-tool.git" + } }