Update package.json

This commit is contained in:
Yoshifumi Kawai
2021-05-11 10:07:23 +09:00
committed by GitHub
parent 958a8e11ab
commit 60bfbae787

View File

@@ -1,6 +1,7 @@
{ {
"name": "com.cysharp.unitask", "name": "com.cysharp.unitask",
"displayName": "UniTask", "displayName": "UniTask",
"author": { "name": "Cysharp, Inc.", "url": "https://cysharp.co.jp/en/" },
"version": "2.2.5", "version": "2.2.5",
"unity": "2018.4", "unity": "2018.4",
"description": "Provides an efficient async/await integration to Unity.", "description": "Provides an efficient async/await integration to Unity.",
@@ -8,4 +9,4 @@
"license": "MIT", "license": "MIT",
"category": "Task", "category": "Task",
"dependencies": {} "dependencies": {}
} }