Skip to content

Commit 35f9118

Browse files
committed
chore: update repository URL with correct case sensitivity
The repository URL in package.json was updated to use proper capitalization for the GitHub organization name, changing from lowercase "serverless-devs" to proper case "Serverless-Devs" to match the actual GitHub organization. 更新仓库 URL 以使用正确的大小写 package.json 中的仓库 URL 已更新以使用正确的 GitHub 组织名称大小写, 将小写的 "serverless-devs" 更改为正确的 "Serverless-Devs" 以匹配实际的 GitHub 组织。 Change-Id: I7cc19816da8985bd7467cc938bd6821767d98410 Signed-off-by: OhYee <[email protected]>
1 parent f9c91ce commit 35f9118

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"license": "Apache-2.0",
4949
"repository": {
5050
"type": "git",
51-
"url": "https://github.com/serverless-devs/agentrun-sdk-nodejs.git"
51+
"url": "https://github.com/Serverless-Devs/agentrun-sdk-nodejs.git"
5252
},
5353
"engines": {
5454
"node": ">=18.0.0"

0 commit comments

Comments
 (0)