From 74db3236b9a83381976e0c96967b357164883653 Mon Sep 17 00:00:00 2001 From: Tomisin Alu Date: Fri, 13 Sep 2024 20:17:32 +0100 Subject: [PATCH] Update package.json with Github repository (#61) The npm page for belt has no links to the Github repo, this PR solves that. --- package.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/package.json b/package.json index 9a56fee..73631f9 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,11 @@ "license": "MIT", "version": "0.7.3", "description": "React Native Expo project starter and generator CLI", + "repository": { + "type": "git", + "url": "git+https://github.com/thoughtbot/belt.git" + }, + "homepage": "https://github.com/thoughtbot/belt#readme", "type": "module", "exports": "./dist/index.js", "bin": {