From 9f4c46e21b92767f1be22b0c71f1895433516d27 Mon Sep 17 00:00:00 2001 From: TUYIZERE Samuel Date: Thu, 26 Dec 2024 15:23:55 +0200 Subject: [PATCH] updated info about the repo --- package.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index f6a8991..ed116d3 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,10 @@ "description": "A React library for integrating the Pi SDK into React projects.", "main": "dist/index.js", "types": "dist/index.d.ts", + "repository": { + "type": "git", + "url": "https://github.com/samueltuyizere/pi-react.git" + }, "scripts": { "build": "tsc", "lint": "eslint src --max-warnings 0" @@ -28,5 +32,12 @@ "eslint-plugin-react-hooks": "^5.1.0", "prettier": "^3.4.2", "typescript": "^4.9.0" - } + }, + "bugs": { + "url": "https://github.com/samueltuyizere/pi-react/issues" + }, + "files": [ + "dist" + ], + "homepage": "https://github.com/samueltuyizere/pi-react#readme" }