Skip to content

Commit c7a5c88

Browse files
authored
Update to package.json
Added some details
1 parent 1e3c9da commit c7a5c88

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

Packages/webxr/package.json

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,17 @@
11
{
22
"name": "com.de-panther.webxr",
33
"displayName": "WebXR Export",
4-
"version": "0.0.1",
4+
"version": "0.1.0-preview",
55
"unity": "2019.3",
6-
"description": "Export to WebXR",
6+
"description": "Export Unity projects to WebXR",
77
"keywords": [
8-
"webxr"
9-
]
10-
}
8+
"webxr",
9+
"xr",
10+
"ar",
11+
"vr"
12+
],
13+
"author": {
14+
"name": "De-Panther",
15+
"url": "https://github.com/De-Panther/unity-webxr-export"
16+
}
17+
}

0 commit comments

Comments
 (0)