From e1a29ddff7d065a1de17a8faed557ae624eb240d Mon Sep 17 00:00:00 2001 From: Gleb Bahmutov Date: Sat, 7 Aug 2021 13:32:49 -0400 Subject: [PATCH] fix: add missing files, closes #123 --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index efe742d..260f8ba 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,8 @@ "plugin" ], "files": [ - "*.js" + "*.js", + "ui" ], "author": "Gleb Bahmutov ", "license": "MIT",