Skip to content

Commit 7372b94

Browse files
committed
docs: 更新作者链接并添加发布配置和开发依赖
更新作者个人网站链接,并添加npm发布配置和语义化发布相关的开发依赖
1 parent 27027da commit 7372b94

1 file changed

Lines changed: 11 additions & 2 deletions

File tree

package.json

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,20 @@
1111
"author": {
1212
"name": "Blank",
1313
"email": "alianblank@outlook.com",
14-
"url": "https://alianblank.com/"
14+
"url": "https://gameframex.doc.alianblank.com"
1515
},
1616
"repository": {
1717
"name": "com.gameframex.unity.builder",
1818
"url": "https://github.com/gameframex/com.gameframex.unity.builder.git",
1919
"type": "git"
20+
},
21+
"devDependencies": {
22+
"semantic-release": "^24.2.0",
23+
"@semantic-release/changelog": "^6.0.3",
24+
"@semantic-release/git": "^10.0.1"
25+
},
26+
"publishConfig": {
27+
"access": "public",
28+
"registry": "https://npm.cnb.cool/GameFrameX/npm/-/packages/"
2029
}
21-
}
30+
}

0 commit comments

Comments
 (0)