From 2a34e40925174c359b71feeafe681051d5c83d13 Mon Sep 17 00:00:00 2001 From: millerm30 Date: Sat, 20 Dec 2025 15:32:31 -0330 Subject: [PATCH] Add repository metadata to package.json - Included repository information for the project, specifying the type as git and providing the URL to the GitHub repository. --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index 94c00b3..27fa6fe 100644 --- a/package.json +++ b/package.json @@ -61,6 +61,10 @@ "dist" ], "sideEffects": false, + "repository": { + "type": "git", + "url": "https://github.com/notificationapi-com/notificationapi-react-client-sdk" + }, "dependencies": { "@emotion/react": "^11.14.0", "@emotion/styled": "^11.14.0",