Skip to content

Commit

Permalink
release v1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 2, 2024
1 parent 0808c82 commit ef738f0
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rspack/plugin-preact-refresh",
"version": "1.1.1",
"version": "1.1.2",
"repository": "https://github.com/rspack-contrib/rspack-plugin-preact-refresh",
"license": "MIT",
"description": "Preact refresh plugin for Rspack",
Expand All @@ -27,7 +27,11 @@
"testu": "cross-env RSPACK_HOT_TEST=true jest --colors --updateSnapshot",
"release": "node ./scripts/release.mjs"
},
"files": ["client", "dist", "index.cjs"],
"files": [
"client",
"dist",
"index.cjs"
],
"simple-git-hooks": {
"pre-commit": "npx nano-staged"
},
Expand Down

0 comments on commit ef738f0

Please sign in to comment.