chore(): update to latest stencil release.

This commit is contained in:
Josh Thomas
2018-08-23 14:18:40 -05:00
parent fe8a096e55
commit fe9a3e4f60
3 changed files with 84 additions and 80 deletions

View File

@ -27,7 +27,7 @@
"ionicons": "4.4.1"
},
"devDependencies": {
"@stencil/core": "^0.12.0-5",
"@stencil/core": "^0.12.0-7",
"@stencil/dev-server": "latest",
"@stencil/sass": "0.1.0",
"@stencil/utils": "latest",

View File

@ -47,7 +47,7 @@ export interface FrameworkDelegate {
declare global {
interface HTMLAttributes {
interface StencilAttributeEscapeHatch {
// for ion-menu and ion-split-pane
main?: boolean;
tappable?: boolean;