Skip to content

Commit 54eded1

Browse files
authored
Update package.json
Added documentationUrl, changelogUrl and licensesUrl to package.json
1 parent 7bf6c00 commit 54eded1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
"name": "com.yasirkula.beziersolution",
33
"displayName": "Bezier Solution",
44
"version": "1.27.1",
5+
"documentationUrl": "https://github.com/yasirkula/UnityBezierSolution",
6+
"changelogUrl": "https://github.com/yasirkula/UnityBezierSolution/releases",
7+
"licensesUrl": "https://github.com/yasirkula/UnityBezierSolution/blob/master/LICENSE.txt",
58
"description": "This asset is a means to create bezier splines in editor and/or during runtime: splines can be created and edited visually in the editor, or by code during runtime.",
69
"hideInEditor": false
710
}

0 commit comments

Comments
 (0)