From c7979a28af1c7314de51f4652f59651ed3376c1d Mon Sep 17 00:00:00 2001 From: Eric Liu Date: Wed, 8 Jan 2020 06:35:00 -0800 Subject: [PATCH] chore(npm): include src in published files Supports #103 --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 40ecf386..4433438e 100644 --- a/package.json +++ b/package.json @@ -124,7 +124,8 @@ "svelte" ], "files": [ - "lib" + "lib", + "src" ], "bugs": "https://github.com/ibm/carbon-components-svelte/issues" }