Skip to content

Commit

Permalink
Add bugs field for reselect-codemods
Browse files Browse the repository at this point in the history
  • Loading branch information
aryaemami59 committed Sep 4, 2024
1 parent 2b934ea commit a352cff
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions codemods/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
"name": "reselect-codemods",
"version": "0.1.0",
"description": "A collection of codemods for the reselect library",
"bugs": {
"url": "https://github.com/reduxjs/reselect/issues"
},
"scripts": {
"format": "prettier -w . --config prettier.config.mjs",
"format:check": "prettier -c . --config prettier.config.mjs",
Expand Down

0 comments on commit a352cff

Please sign in to comment.