From 1c0d20731259079fbef8ad5d2d090d14be6654eb Mon Sep 17 00:00:00 2001 From: Andrea Verlicchi Date: Fri, 29 Mar 2024 21:47:15 +0100 Subject: [PATCH] Adding more `files` to the package.json --- package.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 57d62e2..355581e 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,13 @@ }, "files": [ "dist", - "typings" + "typings", + ".eslintrc.json", + "LICENSE", + "CHANGELOG.md", + "CODE_OF_CONDUCT.md", + "README.md", + "package.json" ], "repository": { "type": "git",