notherbase-fs 1.1.26 → 1.1.30

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.
@@ -106,7 +106,11 @@ let complete = function complete(explorerBuild) {
106
106
  res.render(`explorer`,
107
107
  {
108
108
  siteTitle: "NotherBase | The Void",
109
- styles: detail.options.styles,
109
+ user: null,
110
+ styles: [`${dir}/${explorerBuild.void}/styles/void`],
111
+ externalStyles: [],
112
+ scripts: [],
113
+ inventory: null,
110
114
  main: `${dir}/${explorerBuild.void}/index`
111
115
  });
112
116
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "notherbase-fs",
3
- "version": "1.1.26",
3
+ "version": "1.1.30",
4
4
  "description": "Functions to help make developing for NotherBase easier.",
5
5
  "main": "index.js",
6
6
  "scripts": {