From 521bfab75bd69bcd8f4d71cdd60014724f090816 Mon Sep 17 00:00:00 2001 From: Adam Bradley Date: Thu, 12 Jul 2018 16:51:36 -0500 Subject: [PATCH] chore(stencil): update stencil to 0.10.4 --- core/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/package.json b/core/package.json index 3e75f8dc27..e5359e5e03 100644 --- a/core/package.json +++ b/core/package.json @@ -27,7 +27,7 @@ "ionicons": "4.2.4" }, "devDependencies": { - "@stencil/core": "^0.10.3", + "@stencil/core": "^0.10.4", "@stencil/dev-server": "latest", "@stencil/sass": "latest", "@stencil/utils": "latest",