Skip to content

Commit 8f14d8a

Browse files
authored
Merge pull request #290 from shiena/update-upm-manifest
Add documentationUrl and licenceUrl to package.json
2 parents 1ce1f17 + bd626df commit 8f14d8a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

VContainer/Assets/VContainer/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
"description": "The extra fast DI (Dependency Injection) for Unity",
77
"keywords": ["DI", "Dependency Injection", "DI Container"],
88
"license": "MIT",
9+
"documentationUrl": "https://vcontainer.hadashikick.jp/",
10+
"changelogUrl": "https://github.com/hadashiA/VContainer/releases",
11+
"licensesUrl": "https://github.com/hadashiA/VContainer/blob/master/LICENSE",
912
"dependencies": {
1013
"com.unity.nuget.mono-cecil": "1.10.1"
1114
}

0 commit comments

Comments
 (0)