From 01ec83e31e639192aebdfa1b620ec62b3a57328d Mon Sep 17 00:00:00 2001 From: Sergey Vinogradov Date: Tue, 25 Jan 2022 15:38:52 +0300 Subject: [PATCH] chore: set type to module in package.json (#721) --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index c898c6b2..bc2d9a2f 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,7 @@ "description": "Small and powerful client-side router for Web Components. Framework-agnostic.", "main": "dist/vaadin-router.js", "module": "dist/vaadin-router.js", + "type": "module", "repository": "vaadin/vaadin-router", "keywords": [ "Vaadin",