waibu-bootstrap 1.0.5 → 1.0.7

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.
@@ -0,0 +1,2 @@
1
+ waibu-mpa
2
+ waibu-extra
package/bajo/config.json CHANGED
@@ -1,6 +1,5 @@
1
1
  {
2
2
  "waibu": {
3
3
  "prefix": "bootstrap"
4
- },
5
- "dependencies": ["waibu-mpa", "waibu-extra"]
4
+ }
6
5
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "waibu-bootstrap",
3
- "version": "1.0.5",
3
+ "version": "1.0.7",
4
4
  "description": "Bootstrap suport for Waibu Framework",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -21,7 +21,7 @@ async function appLauncherTrigger () {
21
21
 
22
22
  async build () {
23
23
  const { fastGlob } = this.plugin.app.bajo.lib
24
- const { get, omit } = this.plugin.app.bajo.lib._
24
+ const { omit } = this.plugin.app.bajo.lib._
25
25
  let logo = 'waibu'
26
26
  const files = await fastGlob(`${this.plugin.app.main.dir.pkg}/bajo/logo.*`)
27
27
  if (files.length > 0) logo = 'main'