From 2e1873c94b03cb20ec41665f7c81c48aaefc274c Mon Sep 17 00:00:00 2001 From: Chris Manson Date: Mon, 6 Jan 2025 21:48:50 +0000 Subject: [PATCH] add files to package.json --- package.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/package.json b/package.json index 95e7dc5..7f73448 100644 --- a/package.json +++ b/package.json @@ -18,6 +18,11 @@ "lint:fix": "concurrently \"pnpm:lint:*:fix\" --names \"fix:\" --prefixColors auto && pnpm format", "lint:format": "prettier . --cache --check" }, + "files": [ + "dist", + "index.js", + "assert.js" + ], "exports": { ".": { "import": "./index.js",