Skip to content

Commit b4b339f

Browse files
committed
chore: 更新仓库URL和作者信息,添加semantic-release相关配置
更新package.json中的仓库URL和作者网站链接 添加semantic-release相关开发依赖和发布配置
1 parent 6d1eb1f commit b4b339f

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

package.json

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,22 @@
1010
],
1111
"repository": {
1212
"name": "com.gameframex.unity.gravityinfinite.gravity-engine",
13-
"url": "https://github.com/AlianBlank/com.gameframex.unity.gravityinfinite.gravity-engine.git",
13+
"url": "git+https://github.com/gameframex/com.gameframex.unity.gravityinfinite.gravity-engine.git",
1414
"type": "git"
1515
},
1616
"author": {
1717
"name": "Blank",
1818
"email": "[email protected]",
19-
"url": "https://alianblank.com/"
19+
"url": "https://gameframex.doc.alianblank.com"
2020
},
21-
"dependencies": {}
21+
"dependencies": {},
22+
"devDependencies": {
23+
"semantic-release": "^24.2.0",
24+
"@semantic-release/changelog": "^6.0.3",
25+
"@semantic-release/git": "^10.0.1"
26+
},
27+
"publishConfig": {
28+
"access": "public",
29+
"registry": "https://npm.cnb.cool/GameFrameX/npm/-/packages/"
30+
}
2231
}

0 commit comments

Comments
 (0)