Skip to content

Commit 3b1bf74

Browse files
committed
chore: correct fields in package.json
1 parent 8f6a347 commit 3b1bf74

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

package.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
{
22
"name": "rsbuild-plugin-rsc",
33
"version": "0.0.3",
4-
"description": "React server component plugin for Rsbuild",
4+
"description": "React Server Components plugin for Rsbuild",
55
"repository": {
66
"type": "git",
7-
"url": "git+https://github.com/rstackjs/rsbuild-plugin-rsc.git",
8-
"directory": "packages/plugin-rsc"
7+
"url": "git+https://github.com/rstackjs/rsbuild-plugin-rsc.git"
98
},
109
"license": "MIT",
1110
"type": "module",
@@ -21,9 +20,9 @@
2120
"scripts": {
2221
"build": "rslib",
2322
"dev": "rslib -w",
24-
"test": "cd ./e2e && pnpm test:all",
2523
"lint": "rslint && prettier -c .",
26-
"lint:write": "rslint --fix && prettier -w ."
24+
"lint:write": "rslint --fix && prettier -w .",
25+
"test": "cd ./e2e && pnpm test:all"
2726
},
2827
"devDependencies": {
2928
"@playwright/test": "^1.59.1",

0 commit comments

Comments
 (0)