Skip to content

Commit

Permalink
feat(package.json): add information urls to package
Browse files Browse the repository at this point in the history
The changelog, documentation and license url has been added to the
package.json as these are used within the Unity package manager.
  • Loading branch information
thestonefox committed Mar 2, 2022
1 parent 36bdeee commit 1cfec06
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
"name": "io.extendreality.tilia.mutators.collisionignorer.unity",
"displayName": "Tilia Mutators CollisionIgnorer Unity",
"description": "Manages the collision states between a collection of GameObjects in the scene for the Unity software.",
"changelogUrl": "https://github.com/ExtendRealityLtd/Tilia.Mutators.CollisionIgnorer.Unity/blob/master/CHANGELOG.md",
"documentationUrl": "https://github.com/ExtendRealityLtd/Tilia.Mutators.CollisionIgnorer.Unity/tree/master/Documentation",
"licensesUrl": "https://github.com/ExtendRealityLtd/Tilia.Mutators.CollisionIgnorer.Unity/blob/master/LICENSE.md",
"version": "1.2.15",
"unity": "2018.3",
"unityRelease": "10f1",
Expand Down

0 comments on commit 1cfec06

Please sign in to comment.