@things-factory/shell 10.0.0-beta.19 → 10.0.0-beta.28

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/shell",
3
- "version": "10.0.0-beta.19",
3
+ "version": "10.0.0-beta.28",
4
4
  "description": "Core module for framework",
5
5
  "bin": {
6
6
  "things-factory": "bin/things-factory",
@@ -126,5 +126,5 @@
126
126
  "pg": "^8.7.3",
127
127
  "sqlite3": "^5.0.8"
128
128
  },
129
- "gitHead": "3bc8a6746ed9cd0bb4a451b1e4b8bd9556785253"
129
+ "gitHead": "6b8d246c0250fe1ffbdb0baf317ad78086fb09ac"
130
130
  }
@@ -64,10 +64,7 @@
64
64
  <body class="light">
65
65
  <home-page id="page"></home-page>
66
66
  <noscript> Please enable JavaScript to view this website. </noscript>
67
- <!-- Load webcomponents-loader.js to check and load any polyfills your browser needs -->
68
- <script src="/node_modules/@webcomponents/webcomponentsjs/webcomponents-loader.js"></script>
69
67
 
70
- <!-- Built with love using PWA Starter Kit -->
71
68
 
72
69
  <script src="/public/home.js"></script>
73
70
  <script src="/theme.js"></script>