File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " @rsbuild/plugin-assets-retry" ,
33 "version" : " 1.4.2" ,
4+ "description" : " An Rsbuild plugin to automatically resend requests when static assets fail to load." ,
45 "repository" : " https://github.com/rspack-contrib/rsbuild-plugin-assets-retry" ,
56 "license" : " MIT" ,
67 "type" : " module" ,
1718 "files" : [" dist" ],
1819 "scripts" : {
1920 "build" : " rslib build" ,
21+ "bump" : " npx bumpp" ,
2022 "dev" : " rslib build --watch" ,
2123 "lint" : " biome check ." ,
2224 "lint:write" : " biome check . --write" ,
2325 "prepare" : " simple-git-hooks && npm run build" ,
24- "test" : " playwright test" ,
25- "bump" : " npx bumpp"
26+ "test" : " playwright test"
2627 },
2728 "simple-git-hooks" : {
2829 "pre-commit" : " npm run lint:write"
2930 },
3031 "devDependencies" : {
31- "@microsoft/api-extractor" : " ^7.52.13" ,
3232 "@biomejs/biome" : " ^1.9.4" ,
33+ "@microsoft/api-extractor" : " ^7.52.13" ,
3334 "@playwright/test" : " ^1.55.0" ,
3435 "@rsbuild/core" : " ^1.5.7" ,
3536 "@rsbuild/plugin-react" : " ^1.4.0" ,
You can’t perform that action at this time.
0 commit comments