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