From cee5f0ceb0f9c13bc22217bf054d6d6de7c95b70 Mon Sep 17 00:00:00 2001 From: mvedma04005 Date: Wed, 10 Jun 2026 17:22:55 -0400 Subject: [PATCH] fix: point package.json repository at the mparticle-integrations repo The repository field still referenced the old ROKT-org URL (npm warned and auto-corrected on publish). Use the canonical repo in proper object form. Co-Authored-By: Claude Opus 4.8 (1M context) --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 6bb0764..2a7628f 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,10 @@ "dist/RoktPayPlus-Kit.iife.js", "dist/RoktPayPlus-Kit.d.ts" ], - "repository": "https://github.com/ROKT/mparticle-javascript-integration-roktpayplus", + "repository": { + "type": "git", + "url": "git+https://github.com/mparticle-integrations/mparticle-javascript-integration-roktpayplus.git" + }, "scripts": { "build": "vite build", "build:watch": "vite build --watch",