From 65d02678fea65310c682ec1ab76420cbbd950a41 Mon Sep 17 00:00:00 2001 From: Andrew Israel Date: Tue, 21 Apr 2026 12:54:11 -0700 Subject: [PATCH] Add URL to package.json --- package.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/package.json b/package.json index 4f8f463..1cb3d3f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,11 @@ { "name": "@propelauth/nextjs", + "repository": { + "type": "git", + "url": "https://github.com/PropelAuth/nextjs" + }, "version": "0.3.17", + "license": "MIT", "exports": { "./server": { "browser": "./dist/server/index.mjs",