juxscript 1.0.108 → 1.0.110

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.
@@ -671,8 +671,9 @@ ${this.generateCssLinks(cssBundle)}
671
671
  <script type="module" src="./bundle.js"></script>
672
672
  </head>
673
673
  <body>
674
- <div id="jux-layout"></div>
675
- <div id="app"></div>
674
+ <div id="jux-layout">
675
+ <div id="app"></div>
676
+ </div>
676
677
  </body>
677
678
  </html>`;
678
679
  fs.writeFileSync(path.join(this.distDir, 'index.html'), html);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "juxscript",
3
- "version": "1.0.108",
3
+ "version": "1.0.110",
4
4
  "type": "module",
5
5
  "description": "A JavaScript UX authorship platform",
6
6
  "main": "./index.js",