From 50276c3a0c5f87e6ce51bbdbeb7a52aa17a42c58 Mon Sep 17 00:00:00 2001 From: Alex Corn Date: Sun, 1 Oct 2023 21:33:39 -0400 Subject: [PATCH] Explicitly define which files get published to npm --- package.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/package.json b/package.json index d14dce1..e5514f4 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,13 @@ "name": "steamcommunity", "version": "3.46.1", "description": "Provides an interface for logging into and interacting with the Steam Community website", + "files": [ + "/classes", + "/components", + "/examples", + "/resources", + "/index.js" + ], "keywords": [ "steam", "steam community"