From 88294296c438352570befd2eb6b9e1ca2ae3b750 Mon Sep 17 00:00:00 2001 From: Salem Ghoweri Date: Mon, 28 Oct 2019 06:38:55 -0400 Subject: [PATCH] =?UTF-8?q?fix:=20add=20missing=20=E2=80=9Cdist=E2=80=9D?= =?UTF-8?q?=20folder=20to=20array=20of=20files=20/=20folders=20published?= =?UTF-8?q?=20to=20NPM?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/uikit-workshop/package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packages/uikit-workshop/package.json b/packages/uikit-workshop/package.json index 7dd11e000..642a53e3f 100644 --- a/packages/uikit-workshop/package.json +++ b/packages/uikit-workshop/package.json @@ -125,5 +125,9 @@ ">0.25%", "ie 11", "not op_mini all" + ], + "files": [ + "src", + "dist" ] }