From b2ceddeff9c67eeddea392fdc503aa42af55f438 Mon Sep 17 00:00:00 2001 From: mob-sakai Date: Sat, 12 Jan 2019 14:26:49 +0900 Subject: [PATCH] Update release protocol --- package.json | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index c6f5ef7..0c41231 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,16 @@ { - "name": "SoftMaskForUGUI", - "version": "0.3.0", - "repository": { - "type": "git", - "url": "git+https://github.com/mob-sakai/SoftMaskForUGUI.git" - }, + "name": "com.coffee.softmask-for-ugui", + "displayName": "Soft Mask For uGUI", + "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.", + "version": "0.3.0", + "unity": "2017.1", + "license": "MIT", + "repository": { + "type": "git", + "url": "git+https://github.com/mob-sakai/SoftMaskForUGUI.git" + }, "src": "Assets/Coffee/UIExtensions/SoftMaskForUGUI", - "license": "MIT" -} + "author": "mob-sakai (https://github.com/mob-sakai)", + "dependencies": { + } +} \ No newline at end of file