From b336f1e1fee2e1e51a1a06fb917e38196fcf106a Mon Sep 17 00:00:00 2001 From: Oleksandr Honcharov <0976053529@ukr.net> Date: Mon, 10 Jun 2024 21:48:52 +0300 Subject: [PATCH] update client bundle --- client/src/index.ts | 4 +--- package.json | 3 +++ 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/client/src/index.ts b/client/src/index.ts index 2351c56..04ed1b8 100644 --- a/client/src/index.ts +++ b/client/src/index.ts @@ -25,9 +25,7 @@ class Player { } } -const fw = { +export const fw = { event: new Client(), player: new Player(), } - -export default fw diff --git a/package.json b/package.json index 1e3cfb8..691b46b 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,8 @@ { "private": true, + "scripts": { + "publish": "lerna publish --force-publish" + }, "dependencies": { "@ragempcommunity/types-cef": "^2.1.8", "@ragempcommunity/types-client": "^2.1.8",