Skip to content

Commit

Permalink
fix(release): Public config as access public
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseVSeb committed Oct 1, 2023
1 parent 3638c05 commit d10b577
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,13 @@
],
"author": "Jose V Sebastian <josevseb99@gmail.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/JoseVSeb/react-hook-form-inputs.git"
},
"publishConfig": {
"access": "public"
},
"type": "module",
"exports": {
"mui": {
Expand Down Expand Up @@ -56,9 +63,5 @@
"@mui/material": {
"optional": true
}
},
"repository": {
"type": "git",
"url": "https://github.com/JoseVSeb/react-hook-form-inputs.git"
}
}

0 comments on commit d10b577

Please sign in to comment.