Skip to content

Commit 4ab0262

Browse files
committed
docs: 更新package.json中的作者信息和仓库配置
- 更新作者个人网站URL为新的文档站点 - 修改仓库URL并添加仓库名称 - 新增devDependencies用于语义化发布 - 添加publishConfig配置发布设置
1 parent 6c10dd5 commit 4ab0262

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.operationclipboard.git"
21+
"url": "git+https://github.com/gameframex/com.gameframex.unity.operationclipboard.git",
22+
"name": "com.gameframex.unity.operationclipboard"
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)