Skip to content

Commit e657d17

Browse files
authored
docs: add description to package.json (#31)
* docs: add description to package.json * fix
1 parent 51715e3 commit e657d17

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
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",
@@ -17,19 +18,19 @@
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",

0 commit comments

Comments
 (0)