webspresso 0.0.31 → 0.0.32
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/package.json
CHANGED
|
@@ -34,9 +34,9 @@ function seoCheckerPlugin(options = {}) {
|
|
|
34
34
|
description: 'Client-side SEO analysis tool for development',
|
|
35
35
|
|
|
36
36
|
/**
|
|
37
|
-
* Called when plugin is
|
|
37
|
+
* Called when plugin is registered
|
|
38
38
|
*/
|
|
39
|
-
|
|
39
|
+
register(ctx) {
|
|
40
40
|
if (!isEnabled) return;
|
|
41
41
|
|
|
42
42
|
// Register dev link in toolbar
|