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" + } }