Skip to content

Commit a4af791

Browse files
update name
1 parent e910ba4 commit a4af791

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

.changeset/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
"access": "public",
88
"baseBranch": "main",
99
"updateInternalDependencies": "patch",
10-
"ignore": []
10+
"ignore": ["examples/*"]
1111
}

.changeset/tired-chefs-invite.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
'plugin-react-router': patch
2+
'rsbuild-plugin-react-router': patch
33
---
44

55
Support React Router

examples/custom-node-server/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
2-
"name": "rsbuild-react-router",
2+
"name": "custom-node-example",
3+
"private": true,
34
"version": "1.0.0",
45
"description": "",
56
"type": "module",

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "plugin-react-router",
2+
"name": "rsbuild-plugin-react-router",
33
"version": "0.0.0",
44
"description": "React Router plugin for Rsbuild",
55
"repository": {
@@ -9,6 +9,7 @@
99
},
1010
"license": "MIT",
1111
"type": "module",
12+
"registry": "https://registry.npmjs.org/",
1213
"exports": {
1314
".": {
1415
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)