From 164f05b2c82e8a315a8b552f1e5e6fd4c79f3120 Mon Sep 17 00:00:00 2001 From: web-padawan Date: Fri, 25 Jan 2019 13:01:42 +0200 Subject: [PATCH] Add missing field to bower.json for 1.4.1 npm version --- bower.json | 1 + 1 file changed, 1 insertion(+) diff --git a/bower.json b/bower.json index a06a607..a72eceb 100644 --- a/bower.json +++ b/bower.json @@ -6,6 +6,7 @@ ], "description": "Lumo is a design system foundation for modern web applications, used by Vaadin components", "main": [ + "all-imports.html", "mixins/field-button.html", "mixins/menu-overlay.html", "mixins/overlay.html",