From d95d7a5cfc9983a7a459aaec0a55ab3577bf7380 Mon Sep 17 00:00:00 2001 From: Erik Marks <25517051+rekmarks@users.noreply.github.com> Date: Mon, 4 May 2020 12:50:58 -0700 Subject: [PATCH] Add files key to package.json (#23) --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index 0ad63ccf..372db2c5 100644 --- a/package.json +++ b/package.json @@ -29,6 +29,9 @@ "pre-commit": "yarn bundle" } }, + "files": [ + "dist/index.js" + ], "devDependencies": { "@babel/core": "^7.7.2", "@babel/plugin-proposal-class-properties": "^7.7.0",