Skip to content

Commit e546037

Browse files
committed
update package author
1 parent 21a4fd0 commit e546037

1 file changed

Lines changed: 11 additions & 5 deletions

File tree

package.json

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,20 @@
11
{
22
"name": "com.strangeloopgames.nativetime",
33
"displayName": "NativeTime",
4-
"version": "0.1.0",
4+
"version": "0.1.1",
55
"unity": "2020.3",
6-
"unityRelease": "0f1",
7-
"description": "NativeTime",
6+
"author": {
7+
"name": "Strange Loop Games",
8+
"email": "simon@strangeloopgames.com",
9+
"url": "https://github.com/StrangeLoopGames/NativeTime"
10+
},
11+
"description": "NativeTime is a bust compatible high resolution timer",
812
"keywords": [
9-
"NativeTime"
13+
"NativeTime",
14+
"stopwatch",
15+
"timer",
16+
"burst"
1017
],
11-
"type": "library",
1218
"dependencies": {
1319
"com.unity.collections": "0.1.0"
1420
},

0 commit comments

Comments
 (0)