Skip to content

Commit

Permalink
style: linted
Browse files Browse the repository at this point in the history
  • Loading branch information
kurone-kito committed Jul 12, 2024
1 parent e3d0aff commit 9e8a3d0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"version": "0.2.0",
"configurations": [
{
"name": "Attach to Unity",
"type": "vstuc",
"request": "attach"
"request": "attach",
"type": "vstuc"
}
]
],
"version": "0.2.0"
}
10 changes: 5 additions & 5 deletions Packages/black.kit.launchpadicons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,14 @@
"name": "black.kit.launchpadicons",
"displayName": "LaunchPad Icons",
"version": "0.5.0",
"unity": "2022.3",
"description": "the icons VPM asset like the VRChat LaunchPad for the VRChat",
"license": "CC-BY-NC-4.0",
"licenseUrl": "https://creativecommons.org/licenses/by-nc/4.0/",
"changelogUrl": "https://github.com/kurone-kito/launchpad-icons/releases",
"unityRelease": "22f1",
"keywords": [
"icons",
"Launchpad",
"SVG",
"VRChat"
],
"license": "CC-BY-NC-4.0",
"author": {
"name": "Kuroné Kito",
"email": "krone@kit.black",
Expand All @@ -22,5 +18,9 @@
"dependencies": {
"com.unity.vectorgraphics": "2.0.0-preview.24"
},
"changelogUrl": "https://github.com/kurone-kito/launchpad-icons/releases",
"licenseUrl": "https://creativecommons.org/licenses/by-nc/4.0/",
"unity": "2022.3",
"unityRelease": "22f1",
"vpmDependencies": {}
}

0 comments on commit 9e8a3d0

Please sign in to comment.