Skip to content

Commit 1c6709b

Browse files
authored
fix: update peerDependencies to support Rsbuild v2 (#27)
1 parent 141bdf1 commit 1c6709b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "rsbuild-plugin-html-minifier-terser",
33
"version": "1.1.2",
4-
"repository": "https://github.com/rspack-contrib/rsbuild-plugin-html-minifier-terser",
4+
"repository": "https://github.com/rstackjs/rsbuild-plugin-html-minifier-terser",
55
"license": "MIT",
66
"type": "module",
77
"exports": {
@@ -49,7 +49,7 @@
4949
"typescript": "^5.9.3"
5050
},
5151
"peerDependencies": {
52-
"@rsbuild/core": "1.x"
52+
"@rsbuild/core": "^1.0.0 || ^2.0.0-0"
5353
},
5454
"peerDependenciesMeta": {
5555
"@rsbuild/core": {

0 commit comments

Comments
 (0)