Skip to content

Commit

Permalink
fix bad asmdef file formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Happyrobot33 committed Apr 14, 2023
1 parent 74b254d commit 7f6b43c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "EditorGames",
"name": "com.happyrobot33.editorgames.editor",
"references": [],
"includePlatforms": [
"Editor"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "InspectorTweaks",
"name": "com.happyrobot33.inspectortweaks.editor",
"references": [],
"includePlatforms": [
"Editor"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "PackageWindowConsolidator",
"name": "com.happyrobot33.packagewindowconsolidator.editor",
"references": [],
"includePlatforms": [
"Editor"
Expand All @@ -12,4 +12,4 @@
"defineConstraints": [],
"versionDefines": [],
"noEngineReferences": false
}
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "ShaderFinder",
"name": "com.happyrobot33.shaderfinder.editor",
"references": [],
"includePlatforms": [
"Editor"
Expand All @@ -12,4 +12,4 @@
"defineConstraints": [],
"versionDefines": [],
"noEngineReferences": false
}
}

0 comments on commit 7f6b43c

Please sign in to comment.