Skip to content

Commit 738bc91

Browse files
author
lawwong
committed
Update public registry in package.json
1 parent de3cf75 commit 738bc91

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

Assets/HTC.UnityPlugin/package.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "com.htc.upm.explab.vive-input-utility",
3-
"version": "1.11.0-preview.1",
3+
"version": "1.11.0",
44
"displayName": "HTC VIVE Input Utility",
55
"description": "The VIVE Input Utility (VIU) is a toolkit for developing VR experiences in Unity, especially with the VIVE/VIVE Pro but also targeting many platforms from a common code base including Oculus Rift, Rift S Go, Quest, Google Daydream, VIVE Wave SDK (e.g. VIVE Focus standalone) and additional VR platforms as supported by Unity such as Microsoft's 'Mixed Reality' VR headsets and more.\n\nCompatible with SteamVR 2.4.0+ and Oculus Integration 16.0+.",
66
"keywords": [
@@ -16,7 +16,7 @@
1616
],
1717
"author": {
1818
"name": "HTC",
19-
"email": "ViveSoftware@htc.com",
19+
"email": "vivesoftware@htc.com",
2020
"url": "https://www.htc.com"
2121
},
2222
"homepage": "https://github.com/ViveSoftware/ViveInputUtility-Unity",
@@ -66,5 +66,8 @@
6666
"path": "ViveInputUtility/Examples/7.RoleBindingExample"
6767
}
6868
],
69-
"unity": "2019.2"
69+
"unity": "2019.3",
70+
"publishConfig": {
71+
"registry": "https://npm-registry.vive.com"
72+
}
7073
}

0 commit comments

Comments
 (0)