Skip to content

Commit 28509f0

Browse files
authored
chore: rename plugin (#4)
* chore: rename plugin
1 parent b9ffcd6 commit 28509f0

File tree

16 files changed

+175
-124
lines changed

16 files changed

+175
-124
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
# @rsbuild/recursive-dev-plugin
1+
# rsbuild-plugin-workspace-dev

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"name": "@rsbuild/plugin-recursive-dev",
2+
"name": "rsbuild-plugin-workspace-dev",
33
"version": "0.0.1",
4-
"description": "An Rsbuild plugin to provides recursive dev functionality for Monorepo topologies.",
5-
"repository": "https://github.com/rspack-contrib/rsbuild-plugin-recursive-dev",
4+
"description": "An Rsbuild plugin to provides workspace recursive dev functionality for Monorepo topologies.",
5+
"repository": "https://github.com/rspack-contrib/rsbuild-plugin-workspace-dev",
66
"license": "MIT",
77
"type": "module",
88
"exports": {

0 commit comments

Comments
 (0)