bajo 1.1.7 → 1.1.8

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.
@@ -32,7 +32,7 @@ class BajoPlugin extends Plugin {
32
32
  ['name', 'version', 'description', 'author', 'license', 'homepage'])
33
33
  if (this.name === this.app.bajo.mainNs) {
34
34
  this.alias = this.app.bajo.mainNs
35
- this.title = this.alias
35
+ this.title = this.title ?? this.alias
36
36
  }
37
37
  // merge with config from datadir
38
38
  try {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bajo",
3
- "version": "1.1.7",
3
+ "version": "1.1.8",
4
4
  "description": "A framework to build a giant monstrous app rapidly",
5
5
  "main": "boot/index.js",
6
6
  "scripts": {