From 9c4546ab52a43d242c89a50e41c5bf6d73fbb624 Mon Sep 17 00:00:00 2001 From: Cooldude2606 <25043174+Cooldude2606@users.noreply.github.com> Date: Fri, 20 Dec 2024 21:32:12 +0000 Subject: [PATCH] Allow plugin discovery --- exp_commands/package.json | 1 + exp_legacy/package.json | 1 + exp_scenario/package.json | 1 + exp_util/package.json | 1 + 4 files changed, 4 insertions(+) diff --git a/exp_commands/package.json b/exp_commands/package.json index c107f86f..8b9f70f5 100644 --- a/exp_commands/package.json +++ b/exp_commands/package.json @@ -28,6 +28,7 @@ }, "keywords": [ "clusterio", + "clusterio-plugin", "factorio" ] } diff --git a/exp_legacy/package.json b/exp_legacy/package.json index 56943e08..f8c1bf15 100644 --- a/exp_legacy/package.json +++ b/exp_legacy/package.json @@ -25,6 +25,7 @@ }, "keywords": [ "clusterio", + "clusterio-plugin", "factorio" ] } diff --git a/exp_scenario/package.json b/exp_scenario/package.json index 11e6514a..01583929 100644 --- a/exp_scenario/package.json +++ b/exp_scenario/package.json @@ -33,6 +33,7 @@ }, "keywords": [ "clusterio", + "clusterio-plugin", "factorio" ] } diff --git a/exp_util/package.json b/exp_util/package.json index 3fe1633f..66fb35b2 100644 --- a/exp_util/package.json +++ b/exp_util/package.json @@ -28,6 +28,7 @@ }, "keywords": [ "clusterio", + "clusterio-plugin", "factorio" ] }