Skip to content

Commit 9f0a26d

Browse files
committed
feat(package.json): add information urls to package
The changelog, documentation and license url has been added to the package.json as these are used within the Unity package manager.
1 parent 5ed1b70 commit 9f0a26d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
"name": "io.extendreality.tilia.input.unityinputsystem",
33
"displayName": "Tilia Input UnityInputSystem",
44
"description": "Input wrappers for the Unity Input System and a collection of common input prefabs.",
5+
"changelogUrl": "https://github.com/ExtendRealityLtd/Tilia.Input.UnityInputSystem/blob/master/CHANGELOG.md",
6+
"documentationUrl": "https://github.com/ExtendRealityLtd/Tilia.Input.UnityInputSystem/tree/master/Documentation",
7+
"licensesUrl": "https://github.com/ExtendRealityLtd/Tilia.Input.UnityInputSystem/blob/master/LICENSE.md",
58
"version": "1.1.19",
69
"unity": "2019.1",
710
"unityRelease": "0f1",

0 commit comments

Comments
 (0)