Skip to content

Commit 34d1c5b

Browse files
committed
0.0.13
1 parent 3ac4f32 commit 34d1c5b

File tree

2 files changed

+27
-0
lines changed

2 files changed

+27
-0
lines changed

package.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
{
22
"name": "react-doctor",
33
"private": true,
4+
"repository": {
5+
"type": "git",
6+
"url": "https://github.com/aidenybai/react-doctor.git"
7+
},
8+
"homepage": "https://github.com/aidenybai/react-doctor#readme",
9+
"bugs": {
10+
"url": "https://github.com/aidenybai/react-doctor/issues"
11+
},
412
"scripts": {
513
"dev": "pnpm --filter react-doctor run dev",
614
"build": "pnpm --filter react-doctor run build",

packages/react-doctor/package.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,25 @@
11
{
22
"name": "react-doctor",
33
"version": "0.0.13",
4+
"description": "Diagnose and fix performance issues in your React app",
5+
"author": "Aiden Bai",
6+
"license": "MIT",
7+
"repository": {
8+
"type": "git",
9+
"url": "https://github.com/aidenybai/react-doctor.git",
10+
"directory": "packages/react-doctor"
11+
},
12+
"homepage": "https://github.com/aidenybai/react-doctor#readme",
13+
"bugs": {
14+
"url": "https://github.com/aidenybai/react-doctor/issues"
15+
},
16+
"keywords": [
17+
"react",
18+
"performance",
19+
"diagnostics",
20+
"linter",
21+
"nextjs"
22+
],
423
"bin": {
524
"react-doctor": "./dist/cli.js"
625
},

0 commit comments

Comments
 (0)