Skip to content

Commit d835297

Browse files
harshkcHarsh Kumar Choudhary
andauthored
chore: changes authors and repo link (#5)
Co-authored-by: Harsh Kumar Choudhary <harsh.choudhary@HARSH-CHOUDHARY-MAC.local>
1 parent 8f7e509 commit d835297

File tree

1 file changed

+18
-5
lines changed

1 file changed

+18
-5
lines changed

package.json

Lines changed: 18 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,29 @@
44
"version": "0.0.0",
55
"packageManager": "pnpm@8.15.3",
66
"description": "Defer non-critical tasks to run when the main thread is idle",
7-
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
7+
"author": {
8+
"name": "Harsh Choudhary",
9+
"email": "harsh.hkc1006@gmail.com",
10+
"url": "https://harshkc.in"
11+
},
812
"license": "MIT",
913
"funding": "https://github.com/sponsors/harshkc",
10-
"homepage": "https://github.com/harshkc/idlefy#readme",
14+
"homepage": "https://github.com/redbus-labs/idlefy#readme",
1115
"repository": {
1216
"type": "git",
13-
"url": "git+https://github.com/harshkc/idlefy.git"
17+
"url": "git+https://github.com/redbus-labs/idlefy.git"
1418
},
15-
"bugs": "https://github.com/harshkc/idlefy/issues",
16-
"keywords": [],
19+
"bugs": "https://github.com/redbus-labs/idlefy/issues",
20+
"keywords": [
21+
"idle",
22+
"defer",
23+
"idle-until-urget",
24+
"requestIdleCallback",
25+
"cancelIdleCallback",
26+
"requestIdleCallbackPolyfill",
27+
"INP",
28+
"Performance"
29+
],
1730
"sideEffects": false,
1831
"exports": {
1932
".": {

0 commit comments

Comments
 (0)