feat(upm): update packagename

xiaoyi 2021-04-08 10:32:01 +08:00
parent 56c8e893e0
commit e93eaf6048
1 changed files with 3 additions and 3 deletions

View File

@ -1,11 +1,11 @@
{
"name": "com.tapsdk.login",
"displayName": "Tap Login",
"name": "com.taptap.tds.login",
"displayName": "TapTap Login",
"description": "TapTap Develop Service",
"version": "2.0.0",
"unity": "2018.3",
"license": "MIT",
"dependencies": {
"com.tapsdk.common": "https://github.com/EingShaw/TapCommon.git#0.1.1"
"com.taptap.tds.common": "https://github.com/EingShaw/TapCommon.git#2.0.0"
}
}