Skip to content

Commit 56d2b40

Browse files
committed
docs(package): 更新关键字并添加发布配置和开发依赖
添加npm发布配置和语义化发布相关的开发依赖,同时将关键字从"Game Framework X"更新为"GameFrameX"以保持命名一致性
1 parent f50f845 commit 56d2b40

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

package.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"version": "2.4.0",
77
"unity": "2019.4",
88
"keywords": [
9-
"Game Framework X"
9+
"GameFrameX"
1010
],
1111
"repository": {
1212
"name": "com.gameframex.unity.network",
@@ -21,5 +21,14 @@
2121
"dependencies": {
2222
"com.gameframex.unity": "1.1.1",
2323
"com.gameframex.unity.event": "1.0.0"
24+
},
25+
"publishConfig": {
26+
"access": "public",
27+
"registry": "https://npm.cnb.cool/GameFrameX/npm/-/packages/"
28+
},
29+
"devDependencies": {
30+
"semantic-release": "^24.2.0",
31+
"@semantic-release/changelog": "^6.0.3",
32+
"@semantic-release/git": "^10.0.1"
2433
}
2534
}

0 commit comments

Comments
 (0)