From a5509254b3676d5e7a5e64688a88bf07468fe67b Mon Sep 17 00:00:00 2001 From: Jesse Wright <63333554+jeswr@users.noreply.github.com> Date: Fri, 29 May 2026 17:09:53 +0100 Subject: [PATCH] chore: rename npm package and repository in package.json --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 06e7caa..5600c0f 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "reactive-authentication-js", + "name": "@solid/reactive-authentication", "author": "Samu Lang (https://github.com/langsamu)", "main": "dist/mod.js", "type": "module", @@ -12,7 +12,7 @@ ], "repository": { "type": "git", - "url": "git+https://github.com/langsamu/reactive-authentication-js.git" + "url": "git+https://github.com/solid-contrib/reactive-authentication.git" }, "scripts": { "build": "tsc"