Skip to content

Commit

Permalink
release v1.0.0-beta.4
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 8, 2024
1 parent 3fa03b6 commit 6dbad4b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rspack/plugin-react-refresh",
"version": "1.0.0-beta.3",
"version": "1.0.0-beta.4",
"repository": "https://github.com/rspack-contrib/rspack-plugin-react-refresh",
"license": "MIT",
"description": "React refresh plugin for rspack",
Expand All @@ -23,7 +23,10 @@
"test": "jest --colors",
"release": "node ./scripts/release.mjs"
},
"files": ["client", "dist"],
"files": [
"client",
"dist"
],
"simple-git-hooks": {
"pre-commit": "npx nano-staged"
},
Expand Down

0 comments on commit 6dbad4b

Please sign in to comment.