From 60df2b4b0f342cbb7c4b6cae374019fa253bb17d Mon Sep 17 00:00:00 2001 From: Jeremy Daly Date: Wed, 17 Jul 2019 11:25:16 -0400 Subject: [PATCH] add files directive to package.json --- package.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 2767dbf..c9ccc57 100644 --- a/package.json +++ b/package.json @@ -44,5 +44,11 @@ }, "optionalDependencies": { "@types/mysql": "^2.15.6" - } + }, + "files": [ + "LICENSE", + "README.md", + "index.js", + "index.d.ts" + ] }