From a424500f4a37ceb9a8acdaeedba98f0b43fd330a Mon Sep 17 00:00:00 2001 From: Harsh Kumar Choudhary Date: Thu, 29 Feb 2024 00:00:43 +0530 Subject: [PATCH] chore: changes authors and repo link --- package.json | 23 ++++++++++++++++++----- 1 file changed, 18 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 08d2b7d..29a5d8e 100644 --- a/package.json +++ b/package.json @@ -4,16 +4,29 @@ "version": "0.0.0", "packageManager": "pnpm@8.15.3", "description": "Defer non-critical tasks to run when the main thread is idle", - "author": "Anthony Fu ", + "author": { + "name": "Harsh Choudhary", + "email": "harsh.hkc1006@gmail.com", + "url": "https://harshkc.in" + }, "license": "MIT", "funding": "https://github.com/sponsors/harshkc", - "homepage": "https://github.com/harshkc/idlefy#readme", + "homepage": "https://github.com/redbus-labs/idlefy#readme", "repository": { "type": "git", - "url": "git+https://github.com/harshkc/idlefy.git" + "url": "git+https://github.com/redbus-labs/idlefy.git" }, - "bugs": "https://github.com/harshkc/idlefy/issues", - "keywords": [], + "bugs": "https://github.com/redbus-labs/idlefy/issues", + "keywords": [ + "idle", + "defer", + "idle-until-urget", + "requestIdleCallback", + "cancelIdleCallback", + "requestIdleCallbackPolyfill", + "INP", + "Performance" + ], "sideEffects": false, "exports": { ".": {