waibu-bootswatch 1.2.0 → 2.0.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  async function factory (pkgName) {
2
2
  const me = this
3
3
 
4
- return class WaibuBootswatch extends this.lib.BajoPlugin {
4
+ return class WaibuBootswatch extends this.lib.Plugin {
5
5
  constructor () {
6
6
  super(pkgName, me.app)
7
7
  this.alias = 'wbw'
package/package.json CHANGED
@@ -1,12 +1,15 @@
1
1
  {
2
2
  "name": "waibu-bootswatch",
3
- "version": "1.2.0",
3
+ "version": "2.0.0",
4
4
  "description": "Bootswatch suport for Waibu Framework",
5
5
  "main": "index.js",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1"
8
8
  },
9
9
  "type": "module",
10
+ "bajo": {
11
+ "type": "plugin"
12
+ },
10
13
  "repository": {
11
14
  "type": "git",
12
15
  "url": "git+https://github.com/ardhi/waibu-bootswatch.git"
File without changes