Skip to content

Commit 2b29e6e

Browse files
Updated Package Meta-data
1 parent 2c725dd commit 2b29e6e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,9 @@
33
"displayName": "Entity Component System",
44
"version": "3.8.0",
55
"unity": "2019.1",
6-
"description": "A better approach to game design that allows you to concentrate on the actual problems you are solving: the data and behavior that make up your game. By moving from object-oriented to data-oriented design it will be easier for you to reuse the code and easier for others to understand and work on it."
6+
"description": "A better approach to game design that allows you to concentrate on the actual problems you are solving: the data and behavior that make up your game. By moving from object-oriented to data-oriented design it will be easier for you to reuse the code and easier for others to understand and work on it.",
7+
"type": "library",
8+
"documentationUrl": "https://github.com/jeffreylanters/unity-entity-component-system/blob/master/README.md",
9+
"changelogUrl": "https://github.com/jeffreylanters/unity-entity-component-system/releases",
10+
"licensesUrl": "https://github.com/jeffreylanters/unity-entity-component-system/blob/master/LICENSE.md"
711
}

0 commit comments

Comments
 (0)