From 3e5af934c999479ab0e7d1a82ce6b3a427d4e528 Mon Sep 17 00:00:00 2001 From: Kelly Wallach Date: Fri, 20 Oct 2023 15:49:19 -0400 Subject: [PATCH] Update package.json --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index e6669ce15c..99b66d4fa9 100644 --- a/package.json +++ b/package.json @@ -2,18 +2,18 @@ "description": "record and replay the web", "repository": { "type": "git", - "url": "git+ssh://git@github.com/rrweb-io/rrweb.git" + "url": "git+ssh://git@github.com/amplitude/rrweb.git" }, "keywords": [ "rrweb" ], - "author": "yanzhen@smartx.com", + "author": "Amplitude Inc", "license": "MIT", "bugs": { - "url": "https://github.com/rrweb-io/rrweb/issues" + "url": "https://github.com/amplitude/rrweb/issues" }, "private": true, - "homepage": "https://github.com/rrweb-io/rrweb#readme", + "homepage": "https://github.com/amplitude/rrweb#readme", "workspaces": [ "packages/*" ],