From de963a9d64fc1df38f0a6074da8ef7df01abd3e0 Mon Sep 17 00:00:00 2001 From: EthanShoeDev <13422990+EthanShoeDev@users.noreply.github.com> Date: Tue, 7 Oct 2025 21:04:47 -0400 Subject: [PATCH] try again to remove .turbo from npm --- packages/react-native-xtermjs-webview/package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/packages/react-native-xtermjs-webview/package.json b/packages/react-native-xtermjs-webview/package.json index 7a142a9..20735da 100644 --- a/packages/react-native-xtermjs-webview/package.json +++ b/packages/react-native-xtermjs-webview/package.json @@ -8,7 +8,10 @@ "src", "dist", "dist-internal", - "*" + "*.config.*", + "tsconfig*.json", + "*.md", + "*.html" ], "exports": { ".": "./dist/index.js"