notherbase-fs 1.1.28 → 1.1.29

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