Skip to content

Commit b03fa0d

Browse files
committed
Update package metadata
1 parent 5b7144c commit b03fa0d

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Animation Library
22

3+
The Animation Library package contains assets and scripts for animating Unity objects.
4+
35
## Installation
46

57
The Unity Package Manager can load a package from a Git repository on a remote server.

package.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
{
22
"name": "com.zigurous.animation",
3-
"version": "0.1.0",
4-
"displayName": "Zigurous Animation",
5-
"description": "Assets and scripts for animating Unity objects.",
3+
"displayName": "Zigurous Animation Library",
4+
"description": "The Animation Library package contains assets and scripts for animating Unity objects.",
65
"unity": "2019.4",
6+
"keywords": [
7+
"animation",
8+
"assets",
9+
"scripts"
10+
],
711
"repository": "https://github.com/zigurous/unity-animation-library",
812
"publishConfig": {
913
"registry": "https://npm.pkg.github.com/@zigurous"

0 commit comments

Comments
 (0)