From 3eb8dc1f41cff98813b110b7c4781252c8671c4e Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Thu, 21 Apr 2022 15:09:58 -0700 Subject: [PATCH] chore: replace .npmignore with files entry in package.json --- .npmignore | 9 --------- package.json | 3 +++ 2 files changed, 3 insertions(+), 9 deletions(-) delete mode 100644 .npmignore diff --git a/.npmignore b/.npmignore deleted file mode 100644 index 087fa2f..0000000 --- a/.npmignore +++ /dev/null @@ -1,9 +0,0 @@ -.github -.karma.config.js -.karma.config-ci.js -.nyc_output/ -CODE_OF_CONDUCT.md -benchmark/ -coverage/ -index.html -test/ diff --git a/package.json b/package.json index e351baa..08fbde1 100644 --- a/package.json +++ b/package.json @@ -15,6 +15,9 @@ "bin": { "slug": "cli.js" }, + "files": [ + "slug.js" + ], "keywords": [ "slugify", "slug",