From 400f0dbe730e9a8365f6c4de7ba288c89f6e7914 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Ja=C5=9Bpi=C5=84ski?= Date: Wed, 18 Aug 2021 11:48:58 +0200 Subject: [PATCH] Added rollup.config.js to package.json files key --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 539cc0a4a..1dbc4c88c 100644 --- a/package.json +++ b/package.json @@ -77,6 +77,7 @@ }, "files": [ "dist", - "nocss" + "nocss", + "rollup.config.js" ] }