Skip to content

Commit 0216153

Browse files
committed
Update Package Manifest and Add Lost Meta
1 parent 1ace40f commit 0216153

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

DevsDaddy/Shared/EventFramework/package.json

+8
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
"version": "0.9.0",
55
"unity": "2019.3",
66
"description": "Unity Event Framework is a simple and elegant way to handle events between your objects in Unity. The framework uses the PubSub pattern with current Payload states for easy access to previously sent events.",
7+
"documentationUrl": "https://github.com/DevsDaddy/UnityEventFramework",
8+
"changelogUrl": "https://github.com/DevsDaddy/UnityEventFramework/releases",
9+
"licensesUrl": "https://github.com/DevsDaddy/UnityEventFramework/blob/main/LICENSE",
710
"keywords": [
811
"events",
912
"framework",
@@ -12,5 +15,10 @@
1215
"reactive",
1316
"unity"
1417
],
18+
"author": {
19+
"name": "DevsDaddy",
20+
"email": "[email protected]",
21+
"url": "https://devsdaddy.hashnode.dev/"
22+
},
1523
"category": "Unity"
1624
}

DevsDaddy/Shared/EventFramework/package.json.meta

+7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)