From 53526ab25be673148b4a0c088ec75aa3d03d6615 Mon Sep 17 00:00:00 2001 From: Sergey Vinogradov Date: Tue, 25 Jan 2022 15:37:53 +0300 Subject: [PATCH] chore: set type to module in package.json (#31) --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 7ae5b1e..f4629e2 100644 --- a/package.json +++ b/package.json @@ -5,6 +5,7 @@ "repository": "vaadin/vaadin-development-mode-detector", "author": "Vaadin Ltd", "license": "Apache-2.0", + "type": "module", "devDependencies": { "polymer-cli": "^1.7.7" },