From ed6d2526a95ea8baf87019b040b682f0bcd7b91e Mon Sep 17 00:00:00 2001 From: PHIDIAS Date: Sun, 19 Jul 2026 13:31:29 +0900 Subject: [PATCH] . --- exp_commands/package.json | 2 +- exp_groups/package.json | 2 +- exp_gui/package.json | 2 +- exp_legacy/package.json | 2 +- exp_scenario/package.json | 2 +- exp_server_ups/package.json | 2 +- exp_util/package.json | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/exp_commands/package.json b/exp_commands/package.json index d4e00fed..8c9f8da9 100644 --- a/exp_commands/package.json +++ b/exp_commands/package.json @@ -5,7 +5,7 @@ "author": "Cooldude2606 ", "license": "MIT", "repository": "explosivegaming/ExpCluster", - "main": "dist/node/index.ts", + "main": "dist/node/index.js", "scripts": { "prepare": "tsc --build && webpack-cli --env production" }, diff --git a/exp_groups/package.json b/exp_groups/package.json index 24035bf9..d54c67a8 100644 --- a/exp_groups/package.json +++ b/exp_groups/package.json @@ -5,7 +5,7 @@ "author": "Cooldude2606 ", "license": "MIT", "repository": "explosivegaming/ExpCluster", - "main": "dist/node/index.ts", + "main": "dist/node/index.js", "scripts": { "prepare": "tsc --build && webpack-cli --env production" }, diff --git a/exp_gui/package.json b/exp_gui/package.json index cfb9c621..7c1988c9 100644 --- a/exp_gui/package.json +++ b/exp_gui/package.json @@ -5,7 +5,7 @@ "author": "Cooldude2606 ", "license": "MIT", "repository": "explosivegaming/ExpCluster", - "main": "dist/node/index.ts", + "main": "dist/node/index.js", "scripts": { "prepare": "tsc --build && webpack-cli --env production" }, diff --git a/exp_legacy/package.json b/exp_legacy/package.json index 78ba42e6..77a7f964 100644 --- a/exp_legacy/package.json +++ b/exp_legacy/package.json @@ -5,7 +5,7 @@ "author": "Cooldude2606 ", "license": "MIT", "repository": "explosivegaming/ExpCluster", - "main": "dist/node/index.ts", + "main": "dist/node/index.js", "scripts": { "prepare": "tsc --build && webpack-cli --env production" }, diff --git a/exp_scenario/package.json b/exp_scenario/package.json index b75c83fb..cd8b8b26 100644 --- a/exp_scenario/package.json +++ b/exp_scenario/package.json @@ -5,7 +5,7 @@ "author": "Cooldude2606 ", "license": "MIT", "repository": "explosivegaming/ExpCluster", - "main": "dist/node/index.ts", + "main": "dist/node/index.js", "scripts": { "prepare": "tsc --build && webpack-cli --env production" }, diff --git a/exp_server_ups/package.json b/exp_server_ups/package.json index 552e93b6..f48b165c 100644 --- a/exp_server_ups/package.json +++ b/exp_server_ups/package.json @@ -5,7 +5,7 @@ "author": "Cooldude2606 ", "license": "MIT", "repository": "explosivegaming/ExpCluster", - "main": "dist/node/index.ts", + "main": "dist/node/index.js", "scripts": { "prepare": "tsc --build && webpack-cli --env production" }, diff --git a/exp_util/package.json b/exp_util/package.json index 1f49e2aa..483b3a84 100644 --- a/exp_util/package.json +++ b/exp_util/package.json @@ -5,7 +5,7 @@ "author": "Cooldude2606 ", "license": "MIT", "repository": "explosivegaming/ExpCluster", - "main": "dist/node/index.ts", + "main": "dist/node/index.js", "scripts": { "prepare": "tsc --build && webpack-cli --env production" },