@onepercentio/one-ui 0.1.4 → 0.1.5

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.
@@ -101,7 +101,7 @@ function prerenderRequire() {
101
101
 
102
102
  function createConfig(
103
103
  baseConfig,
104
- mainHtml,
104
+ mainHtml = join(__dirname, "templates", "index.html"),
105
105
  features = {
106
106
  inlineCSS: true,
107
107
  },
@@ -0,0 +1,6 @@
1
+ <html>
2
+
3
+ <body>
4
+ </body>
5
+
6
+ </html>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onepercentio/one-ui",
3
- "version": "0.1.4",
3
+ "version": "0.1.5",
4
4
  "description": "A set of reusable components created through the development of Onepercent projects",
5
5
  "files": [
6
6
  "dist",