From 559935add5e21e7e7d08c760b7ad22483998273c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20Xalambr=C3=AD?= Date: Fri, 6 Dec 2024 00:14:38 -0500 Subject: [PATCH] Remove .npmignore and update package.json to specify included files --- .npmignore | 8 -------- package.json | 6 ++++++ 2 files changed, 6 insertions(+), 8 deletions(-) delete mode 100644 .npmignore diff --git a/.npmignore b/.npmignore deleted file mode 100644 index 6cd4fa6..0000000 --- a/.npmignore +++ /dev/null @@ -1,8 +0,0 @@ -/.github -/src -/test -.eslintrc.js -.gitignore -.npmignore -tsconfig.json -prettier.config.mjs \ No newline at end of file diff --git a/package.json b/package.json index 3153ad1..6db02f4 100644 --- a/package.json +++ b/package.json @@ -62,6 +62,12 @@ "sponsor": { "url": "https://github.com/sponsors/sergiodxa" }, + "files": [ + "src", + "build", + "package.json", + "README.md" + ], "scripts": { "build": "tsc", "typecheck": "tsc --noEmit",