[change] 替换package.json中focus-creative-games为code-philosophy

main
walon 2023-05-03 15:50:20 +08:00
parent 3702411ac8
commit 29646f1294
1 changed files with 8 additions and 7 deletions

View File

@ -1,21 +1,22 @@
{
"name": "com.focus-creative-games.hybridclr_unity",
"name": "com.code-philosophy.hybridclr_unity",
"version": "2.3.1",
"displayName": "HybridCLR",
"description": "Unity package for HybridCLR. It includes editor and runtime scripts and assets for HybridCLR",
"category": "Runtime",
"documentationUrl": "https://focus-creative-games.github.io/hybridclr/index",
"changelogUrl": "https://github.com/focus-creative-games/hybridclr/commits/main",
"licensesUrl": "https://github.com/focus-creative-games/hybridclr/blob/main/LICENSE",
"changelogUrl": "https://github.com/focus-creative-games/hybridclr_unity/commits/main",
"licensesUrl": "https://github.com/focus-creative-games/hybridclr_unity/blob/main/LICENSE",
"keywords": [
"HybridCLR",
"hotupdate",
"hotfix",
"focus-creative-games"
"focus-creative-games",
"code-philosophy"
],
"author": {
"name": "focus-creative-games",
"email": "hybridclr@focus-creative-games.com",
"url": "https://github.com/focus-creative-games/"
"name": "Code Philosophy",
"email": "hybridclr@code-philosophy.com",
"url": "https://code-philosophy.com/"
}
}