From 36513b5d8f72c165079425325ab25084d2b3ea03 Mon Sep 17 00:00:00 2001 From: shortcuts Date: Mon, 21 Oct 2024 08:44:59 +0200 Subject: [PATCH] fix(javascript): do not publish ts --- templates/javascript/clients/package.mustache | 3 --- 1 file changed, 3 deletions(-) diff --git a/templates/javascript/clients/package.mustache b/templates/javascript/clients/package.mustache index b5c878f5d16..f74740472c1 100644 --- a/templates/javascript/clients/package.mustache +++ b/templates/javascript/clients/package.mustache @@ -48,7 +48,6 @@ "react-native": "./dist/builds/browser.js", "files": [ "dist", - "model", "index.js", "index.d.ts" ], @@ -112,10 +111,8 @@ }, "files": [ "dist", - "builds", "index.js", "index.d.ts", - "lite", "lite.js", "lite.d.ts" ],