waibu-bootswatch 1.0.2 → 1.2.0
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.
- package/index.js +18 -0
- package/package.json +1 -1
- package/bajo/.alias +0 -1
- package/bajo/.dependencies +0 -2
- package/bajo/config.json +0 -5
package/index.js
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
async function factory (pkgName) {
|
|
2
|
+
const me = this
|
|
3
|
+
|
|
4
|
+
return class WaibuBootswatch extends this.lib.BajoPlugin {
|
|
5
|
+
constructor () {
|
|
6
|
+
super(pkgName, me.app)
|
|
7
|
+
this.alias = 'wbw'
|
|
8
|
+
this.dependencies = ['waibu-mpa', 'waibu-bootstrap']
|
|
9
|
+
this.config = {
|
|
10
|
+
waibu: {
|
|
11
|
+
prefix: 'bootswatch'
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
export default factory
|
package/package.json
CHANGED
package/bajo/.alias
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
wbw
|
package/bajo/.dependencies
DELETED