From 7fbc0de2a3daa7ca7e1d8a6214bc70f9c5ad0a6c Mon Sep 17 00:00:00 2001 From: Moreno Feltscher Date: Thu, 12 Feb 2026 14:47:16 +0100 Subject: [PATCH] fix: add missing repository.url to package.json --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index 13138e9..9a3f4d3 100644 --- a/package.json +++ b/package.json @@ -18,6 +18,10 @@ ], "author": "smartive AG", "license": "MIT", + "repository": { + "url": "https://github.com/smartive/datocms-utils", + "type": "git" + }, "devDependencies": { "@smartive/eslint-config": "7.0.1", "@smartive/prettier-config": "3.1.2",