From 18117e360ab41f22425442f1dabfa347828330fb Mon Sep 17 00:00:00 2001 From: Percs <83934299+Percslol@users.noreply.github.com> Date: Tue, 5 Nov 2024 10:48:32 -0600 Subject: [PATCH] chore: only include js files in pack --- .gitignore | 1 - package.json | 3 ++- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 83b5029..ac471a6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,5 @@ node_modules dist -dist/*.wasm static/scramjet* static/bare-mux.js static/bare-client.js diff --git a/package.json b/package.json index fcfdf20..403574a 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,8 @@ "test": "npx playwright test" }, "files": [ - "dist", + "dist/*.js", + "dist/*.js.map", "lib" ], "keywords": [],