Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add harmony as a dependency to kos-eva #9800

Merged
merged 1 commit into from
Sep 16, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion NetKAN/kOS-EVA.netkan
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{

Check warning on line 1 in NetKAN/kOS-EVA.netkan

View workflow job for this annotation

GitHub Actions / Inflate

Pull requests should have a description with a summary of the changes
"spec_version": "v1.4",
"identifier": "kOS-EVA",
"$kref": "#/ckan/spacedock/2531",
Expand All @@ -11,7 +11,8 @@
],
"depends": [
{ "name": "ModuleManager" },
{ "name": "kOS" }
{ "name": "kOS" },

Check warning on line 14 in NetKAN/kOS-EVA.netkan

View workflow job for this annotation

GitHub Actions / Inflate

14:34 [braces] too many spaces inside braces
{ "name": "Harmony2" }

Check warning on line 15 in NetKAN/kOS-EVA.netkan

View workflow job for this annotation

GitHub Actions / Inflate

15:34 [braces] too many spaces inside braces
],
"suggests": [
{ "name": "KIS" }
Expand Down
Loading