Skip to content

Commit ef738f0

Browse files
release v1.1.2
1 parent 0808c82 commit ef738f0

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rspack/plugin-preact-refresh",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"repository": "https://github.com/rspack-contrib/rspack-plugin-preact-refresh",
55
"license": "MIT",
66
"description": "Preact refresh plugin for Rspack",
@@ -27,7 +27,11 @@
2727
"testu": "cross-env RSPACK_HOT_TEST=true jest --colors --updateSnapshot",
2828
"release": "node ./scripts/release.mjs"
2929
},
30-
"files": ["client", "dist", "index.cjs"],
30+
"files": [
31+
"client",
32+
"dist",
33+
"index.cjs"
34+
],
3135
"simple-git-hooks": {
3236
"pre-commit": "npx nano-staged"
3337
},

0 commit comments

Comments
 (0)