Merged in update/2019_2 (pull request #57)
Updated package.json for UPM package testingpull/413/head
commit
8529be430c
|
@ -1,5 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "com.unity.uiextensions",
|
"name": "com.unity.uiextensions",
|
||||||
|
"displayName": "Unity UI Extensions",
|
||||||
"version": "2.1.0",
|
"version": "2.1.0",
|
||||||
"description": "An extension project for the Unity3D UI system, all crafted and contributed by the awesome Unity community",
|
"description": "An extension project for the Unity3D UI system, all crafted and contributed by the awesome Unity community",
|
||||||
"author": "Simon darkside Jackson <@SimonDarksideJ>",
|
"author": "Simon darkside Jackson <@SimonDarksideJ>",
|
||||||
|
@ -9,8 +10,8 @@
|
||||||
}],
|
}],
|
||||||
"unity": "2019.1",
|
"unity": "2019.1",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "hg",
|
"type": "git",
|
||||||
"url": "https://ddreaper@bitbucket.org/UnityUIExtensions/unity-ui-extensions"
|
"url": "git+https://ddreaper@bitbucket.org/UnityUIExtensions/unity-ui-extensions.git"
|
||||||
},
|
},
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://bitbucket.org/UnityUIExtensions/unity-ui-extensions/issues"
|
"url": "https://bitbucket.org/UnityUIExtensions/unity-ui-extensions/issues"
|
||||||
|
|
Loading…
Reference in New Issue