Skip to content

Commit 4e0bb84

Browse files
authored
Merge pull request #10 from DevsDaddy/develop
Update Package Manifest and Add Lost Meta
2 parents 7efb8c4 + 0216153 commit 4e0bb84

2 files changed

Lines changed: 15 additions & 0 deletions

File tree

DevsDaddy/Shared/EventFramework/package.json

Lines changed: 8 additions & 0 deletions
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": "blackfixltd@gmail.com",
21+
"url": "https://devsdaddy.hashnode.dev/"
22+
},
1523
"category": "Unity"
1624
}

DevsDaddy/Shared/EventFramework/package.json.meta

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)