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": [],