Skip to content

Commit

Permalink
chore: update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Shaun-Fong committed Feb 9, 2023
1 parent 5d9f14c commit 88e35b7
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 12 deletions.
16 changes: 9 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,23 +14,25 @@

## 安装

### 通过PackageManager进行安装
### 一、通过PackageManager进行安装

打开PackageManager,点击Add package from git URL...

`https://github.com/shaun-he/DataTableEditor.git`粘贴进去,然后点击添加,等待下载完成自动编译即可。
`https://github.com/shaun-fong/DataTableEditor.git`粘贴进去,然后点击添加,等待下载完成自动编译即可。


### 通过unitypackage包进行安装
### 二、通过unitypackage包进行安装

直接到[发布页](https://github.com/shaun-he/DataTableEditor/releases)找到后缀为`unitypackage`的文件,下载导入即可。
直接到[发布页](https://github.com/shaun-fong/DataTableEditor/releases)找到后缀为`unitypackage`的文件,下载导入即可。



**欢迎PR**
**欢迎提交贡献**



### 贡献者
## 贡献者

[FingerCaster](https://github.com/FingerCaster)
<a href = "https://github.com/shaun-fong/DataTableEditor/graphs/contributors">
<img src = "https://contrib.rocks/image?repo=shaun-fong/DataTableEditor"/>
</a>
12 changes: 7 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,19 @@
{
"name": "com.shaunhe.datatableeditor",
"name": "com.shaunfong.datatableeditor",
"displayName": "DataTableEditor",
"version": "1.0.0",
"unity": "2018.1",
"unityRelease": "1f1",
"description": "A DataTable Editor",
"keywords": [
"DataTableEditor"
"DataTableEditor",
"DataTable"
],
"author": {
"name": "DataTableEditor"
"name": "ShaunFong",
"email": "[email protected]",
"url": "https://github.com/Shaun-Fong"
},
"type": "library",
"hideInEditor": false,
"category": "DataTableEditor"
"category": "ShaunFong"
}

0 comments on commit 88e35b7

Please sign in to comment.