Update release protocol
parent
43882f046a
commit
b2ceddeff9
22
package.json
22
package.json
|
@ -1,10 +1,16 @@
|
||||||
{
|
{
|
||||||
"name": "SoftMaskForUGUI",
|
"name": "com.coffee.softmask-for-ugui",
|
||||||
"version": "0.3.0",
|
"displayName": "Soft Mask For uGUI",
|
||||||
"repository": {
|
"description": "SoftMask is a smooth masking component for uGUI elements in Unity.\nBy using SoftMask instead of default Mask, rounded edges of UI elements can be expressed beautifully.",
|
||||||
"type": "git",
|
"version": "0.3.0",
|
||||||
"url": "git+https://github.com/mob-sakai/SoftMaskForUGUI.git"
|
"unity": "2017.1",
|
||||||
},
|
"license": "MIT",
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "git+https://github.com/mob-sakai/SoftMaskForUGUI.git"
|
||||||
|
},
|
||||||
"src": "Assets/Coffee/UIExtensions/SoftMaskForUGUI",
|
"src": "Assets/Coffee/UIExtensions/SoftMaskForUGUI",
|
||||||
"license": "MIT"
|
"author": "mob-sakai <sakai861104@gmail.com> (https://github.com/mob-sakai)",
|
||||||
}
|
"dependencies": {
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue