From bad32311a66f667ba3f3009391d8015c39986c66 Mon Sep 17 00:00:00 2001 From: Brion Date: Thu, 19 Dec 2024 23:43:03 +0530 Subject: [PATCH 1/2] chore: update `files` array --- lib/.npmignore | 2 -- lib/package.json | 6 ++++++ 2 files changed, 6 insertions(+), 2 deletions(-) delete mode 100644 lib/.npmignore diff --git a/lib/.npmignore b/lib/.npmignore deleted file mode 100644 index 8926405..0000000 --- a/lib/.npmignore +++ /dev/null @@ -1,2 +0,0 @@ -reports/ -__tests__/ diff --git a/lib/package.json b/lib/package.json index 416be3a..c0cb892 100644 --- a/lib/package.json +++ b/lib/package.json @@ -23,6 +23,12 @@ "identity" ], "main": "dist/index.js", + "files": [ + "dist", + "package.json", + "LICENSE", + "README.md" + ], "dependencies": { "oauth": "0.9.x", "passport-strategy": "1.x.x" From 1b60051cce8e5c1e1183b3f96470a51bbb015fbd Mon Sep 17 00:00:00 2001 From: Brion Date: Thu, 19 Dec 2024 23:43:15 +0530 Subject: [PATCH 2/2] chore: update issue templates --- .github/issue_template.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/issue_template.md b/.github/issue_template.md index 52a7563..dbb95aa 100644 --- a/.github/issue_template.md +++ b/.github/issue_template.md @@ -7,12 +7,11 @@ **Suggested Assignees:** -**Affected Product Version:** +**Affected Version:** **OS, DB, other environment details and versions:** **Steps to reproduce:** - **Related Issues:**