Skip to content

Commit c72eddd

Browse files
authored
chore: update repo name (#1)
2 parents 08140da + 1714a93 commit c72eddd

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

.changeset/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"changelog": [
44
"@changesets/changelog-github",
55
{
6-
"repo": "alanlu-dev/monorepo"
6+
"repo": "alanlu-dev/alanlu-dev"
77
}
88
],
99
"commit": false,

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
# @alanlu-dev/monorepo
1+
# @alanlu-dev/alanlu-dev
22

3-
A monorepo starter template.
3+
alanlu-dev website.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
{
2-
"name": "@alanlu-dev/monorepo",
2+
"name": "@alanlu-dev/alanlu-dev",
33
"type": "commonjs",
44
"private": true,
55
"packageManager": "pnpm@8.15.5",
6-
"description": "A monorepo starter template.",
6+
"description": "alanlu-dev website.",
77
"author": "Alan Lu <hi@alanlu.dev> (https://github.com/alanlu-zyl)",
88
"license": "MIT",
99
"repository": {
1010
"type": "git",
11-
"url": "https://github.com/alanlu-dev/monorepo.git"
11+
"url": "https://github.com/alanlu-dev/alanlu-dev.git"
1212
},
1313
"bugs": {
14-
"url": "https://github.com/alanlu-dev/monorepo/issues"
14+
"url": "https://github.com/alanlu-dev/alanlu-dev/issues"
1515
},
1616
"engines": {
1717
"node": ">=20.11.1",

0 commit comments

Comments
 (0)