update project.json to be more UPM compatible
parent
1628a9557f
commit
eecf9f70b7
11
package.json
11
package.json
|
@ -1,18 +1,19 @@
|
||||||
{
|
{
|
||||||
"name": "unity-ui-extensions",
|
"name": "com.unity.uiextensions",
|
||||||
"version": "2.0.1",
|
"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>",
|
||||||
"contributors": [{
|
"contributors": [{
|
||||||
"name": "SimonDarksideJ",
|
"name": "SimonDarksideJ",
|
||||||
"twitter": "@SimonDarksideJ"
|
"twitter": "@SimonDarksideJ"
|
||||||
}],
|
}],
|
||||||
|
"unity": "2019.1",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "hg",
|
"type": "hg",
|
||||||
"url": "https://ddreaper@bitbucket.org/ddreaper/unity-ui-extensions"
|
"url": "https://ddreaper@bitbucket.org/UnityUIExtensions/unity-ui-extensions"
|
||||||
},
|
},
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://bitbucket.org/ddreaper/unity-ui-extensions/issues"
|
"url": "https://bitbucket.org/UnityUIExtensions/unity-ui-extensions/issues"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"Unity3D",
|
"Unity3D",
|
||||||
|
@ -20,5 +21,5 @@
|
||||||
"Unity UI",
|
"Unity UI",
|
||||||
"UI Extensions"
|
"UI Extensions"
|
||||||
],
|
],
|
||||||
"license": "BSD"
|
"license": "BSD3"
|
||||||
}
|
}
|
Loading…
Reference in New Issue