Skip to content

Commit 84a9ebe

Browse files
committed
Add bugs field for reselect-codemods
1 parent 6945326 commit 84a9ebe

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

codemods/package.json

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
"name": "reselect-codemods",
33
"version": "0.1.0",
44
"description": "A collection of codemods for the reselect library",
5+
"bugs": {
6+
"url": "https://github.com/reduxjs/reselect/issues"
7+
},
58
"scripts": {
69
"format": "prettier -w . --config prettier.config.mjs",
710
"format:check": "prettier -c . --config prettier.config.mjs",

0 commit comments

Comments
 (0)