From b75e4614485be617a2f9313f4c21715928c63e87 Mon Sep 17 00:00:00 2001 From: Rob Hogan <2590098+robhogan@users.noreply.github.com> Date: Wed, 8 Jul 2026 14:16:14 +0100 Subject: [PATCH] Add "repository" field to package.json --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index 5c5e852..edb21ca 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,10 @@ "name": "@react-native-community/template", "version": "0.83.0-main", "license": "MIT", + "repository": { + "type": "git", + "url": "git+https://github.com/react-native-community/template.git" + }, "publishConfig": { "access": "public" },