From ebddbc4952e629f225b45a5f00f08ad998b20895 Mon Sep 17 00:00:00 2001 From: absqueued <3298585+absqueued@users.noreply.github.com> Date: Fri, 19 Jul 2024 14:04:58 +0200 Subject: [PATCH] chore: update keywords and include security in npm --- .npmignore | 4 ++-- package.json | 7 ++++--- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.npmignore b/.npmignore index 8b75a83..19815c3 100644 --- a/.npmignore +++ b/.npmignore @@ -2,5 +2,5 @@ .github CODE_OF_CONDUCT.md CONTRIBUTING.md -SECURITY.md -example \ No newline at end of file +example +lib/__tests__ \ No newline at end of file diff --git a/package.json b/package.json index dc7d897..50f52a0 100644 --- a/package.json +++ b/package.json @@ -12,11 +12,12 @@ }, "keywords": [ "eslint", + "tslint", "eslint-plugin", "typescript", - "ts-error", - "ban-ts-comment", - "tslint" + "ts-ignore", + "expect-ts-error", + "ban-ts-comment" ], "author": "Shekhar K. Sharma", "license": "MIT",