Skip to content

Commit 4f7c633

Browse files
authored
chore: add repository link (#15)
1 parent 5f856e9 commit 4f7c633

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

package.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "rsbuild-plugin-devtools-json",
33
"version": "0.2.2",
4+
"repository": "https://github.com/rspack-contrib/rsbuild-plugin-devtools-json",
45
"license": "MIT",
56
"type": "module",
67
"exports": {
@@ -15,12 +16,12 @@
1516
],
1617
"scripts": {
1718
"build": "rslib build",
18-
"lint": "biome check",
19-
"lint:write": "biome check . --write",
19+
"bump": "npx bumpp",
2020
"dev": "rslib build --watch",
21-
"prepare": "simple-git-hooks && npm run build",
2221
"format": "biome format --write",
23-
"bump": "npx bumpp"
22+
"lint": "biome check",
23+
"lint:write": "biome check . --write",
24+
"prepare": "simple-git-hooks && npm run build"
2425
},
2526
"simple-git-hooks": {
2627
"pre-commit": "npx nano-staged"
@@ -42,7 +43,7 @@
4243
"typescript": "5.8.3"
4344
},
4445
"peerDependencies": {
45-
"@rsbuild/core": "^1"
46+
"@rsbuild/core": "1.x"
4647
},
4748
"peerDependenciesMeta": {
4849
"@rsbuild/core": {

pnpm-lock.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)