Skip to content

Commit 9b89f53

Browse files
committed
💬 Add package keywords & bugs URL
1 parent 13709c2 commit 9b89f53

File tree

1 file changed

+19
-5
lines changed

1 file changed

+19
-5
lines changed

package.json

Lines changed: 19 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,25 @@
88
"type": "git",
99
"url": "git+https://github.com/BellCubeDev/eslint-plugin-react-no-manual-memo.git"
1010
},
11+
"keywords": [
12+
"react", "compiler", "react-compiler",
13+
"eslint", "plugin", "linting",
14+
"memoization", "memo",
15+
"React.memo",
16+
"hooks", "react-hooks", "useMemo", "useCallback",
17+
"optimization", "performance",
18+
"refactoring"
19+
],
20+
"bugs": {
21+
"url": "https://github.com/BellCubeDev/eslint-plugin-react-no-manual-memo/issues"
22+
},
23+
1124
"type": "module",
25+
"files": [
26+
"build",
27+
"src",
28+
"!src/__tests__"
29+
],
1230
"types": "build/legacy/index.d.ts",
1331
"main": "build/legacy/index.cjs",
1432
"module": "build/legacy/index.js",
@@ -28,11 +46,7 @@
2846
"./package.json": "./package.json"
2947
},
3048
"sideEffects": false,
31-
"files": [
32-
"build",
33-
"src",
34-
"!src/__tests__"
35-
],
49+
3650
"peerDependencies": {
3751
"eslint": "^8.57.0 || ^9.0.0"
3852
},

0 commit comments

Comments
 (0)