ultimate-jekyll-manager 0.0.185 → 0.0.187
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/dist/commands/setup.js +2 -2
- package/package.json +1 -1
package/dist/commands/setup.js
CHANGED
|
@@ -796,8 +796,8 @@ async function migrate() {
|
|
|
796
796
|
return;
|
|
797
797
|
}
|
|
798
798
|
|
|
799
|
-
// Migrate hooks to nested structure (
|
|
800
|
-
if (version.is(installedVersion, '<=', '0.0
|
|
799
|
+
// Migrate hooks to nested structure (introduced in 0.0.185)
|
|
800
|
+
if (version.is(installedVersion, '<=', '1.0.0')) {
|
|
801
801
|
await migrateHooksToNestedStructure();
|
|
802
802
|
}
|
|
803
803
|
}
|