@things-factory/shell
Advanced tools
Comparing version 0.0.4 to 0.0.5
{ | ||
"name": "@things-factory/shell", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "things app starter kit", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -149,2 +149,6 @@ import { LitElement, html, css } from 'lit-element' | ||
installMediaQueryWatcher(`(min-width: 460px)`, matches => store.dispatch(updateLayout(matches))) | ||
this._modules.forEach(m => { | ||
m.bootstrap && m.bootstrap() | ||
}) | ||
} | ||
@@ -151,0 +155,0 @@ |
@@ -6,1 +6,5 @@ import './app/app' | ||
import './app/layouts/page-toolbar' | ||
import { store } from './store' | ||
export { store } |
Sorry, the diff of this file is too big to display
201173
2449