Skip to content

Commit

Permalink
chore: fix publish problems of react-refresh (#4161)
Browse files Browse the repository at this point in the history
  • Loading branch information
hardfist authored Sep 10, 2023
1 parent f25e0f2 commit bcdcc4b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions packages/rspack-plugin-react-refresh/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rspack/plugin-react-refresh",
"version": "0.3.1",
"version": "0.3.2",
"license": "MIT",
"description": "React refresh plugin for rspack",
"main": "src/index.js",
Expand All @@ -15,7 +15,9 @@
"files": [
"src"
],
"access": "public",
"publishConfig": {
"access": "public"
},
"homepage": "https://rspack.dev",
"bugs": "https://github.com/web-infra-dev/rspack/issues",
"repository": {
Expand Down

0 comments on commit bcdcc4b

Please sign in to comment.