File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 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" ,
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" ,
You can’t perform that action at this time.
0 commit comments