Skip to content

Commit 7a841ce

Browse files
committed
docs: 更新作者链接和仓库配置
更新作者个人网站链接为新的文档站点地址,并添加仓库名称。同时添加了semantic-release相关开发依赖和发布配置。
1 parent 82e0b1a commit 7a841ce

1 file changed

Lines changed: 12 additions & 2 deletions

File tree

package.json

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"author": {
88
"name": "Blank",
99
"email": "alianblank@outlook.com",
10-
"url": "https://github.com/AlianBlank/"
10+
"url": "https://gameframex.doc.alianblank.com"
1111
},
1212
"samples": [
1313
{
@@ -18,6 +18,16 @@
1818
],
1919
"repository": {
2020
"type": "git",
21-
"url": "https://github.com/AlianBlank/com.gameframex.unity.getchannel.git"
21+
"url": "git+https://github.com/gameframex/com.gameframex.unity.getchannel.git",
22+
"name": "com.gameframex.unity.getchannel"
23+
},
24+
"devDependencies": {
25+
"semantic-release": "^24.2.0",
26+
"@semantic-release/changelog": "^6.0.3",
27+
"@semantic-release/git": "^10.0.1"
28+
},
29+
"publishConfig": {
30+
"access": "public",
31+
"registry": "https://npm.cnb.cool/GameFrameX/npm/-/packages/"
2232
}
2333
}

0 commit comments

Comments
 (0)