Skip to content

Commit fdfe52c

Browse files
committed
fix: add repository field for npm provenance
1 parent 44d786e commit fdfe52c

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,9 @@
2828
"test": "vitest run",
2929
"test:watch": "vitest"
3030
},
31-
"homepage": "https://www.nutrient.io/guides/web/forms/fill-form-fields/dynamic-font-loading/"
31+
"homepage": "https://www.nutrient.io/guides/web/forms/fill-form-fields/dynamic-font-loading/",
32+
"repository": {
33+
"type": "git",
34+
"url": "https://github.com/PSPDFKit/nutrient-font-tool.git"
35+
}
3236
}

0 commit comments

Comments
 (0)