From 29f7bc6cc87d0cf6465d6262bc1b6678248f40ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Przemys=C5=82aw=20=C5=BBydek?= Date: Thu, 29 Jan 2026 13:17:53 +0100 Subject: [PATCH] chore: update package.json URLs to reflect repository rename to "react" --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index e0a44cc4..0c447325 100644 --- a/package.json +++ b/package.json @@ -47,14 +47,14 @@ ], "repository": { "type": "git", - "url": "git+https://github.com/fingerprintjs/fingerprintjs-pro-react.git" + "url": "git+https://github.com/fingerprintjs/react.git" }, "author": "FingerprintJS, Inc (https://fingerprint.com)", "license": "MIT", "bugs": { - "url": "https://github.com/fingerprintjs/fingerprintjs-pro-react/issues" + "url": "https://github.com/fingerprintjs/react/issues" }, - "homepage": "https://github.com/fingerprintjs/fingerprintjs-pro-react#readme", + "homepage": "https://github.com/fingerprintjs/react#readme", "dependencies": { "@fingerprint/agent": "^4.0.0", "fast-deep-equal": "3.1.3"