ultimate-jekyll-manager 0.0.185 → 0.0.186

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.
@@ -790,6 +790,8 @@ async function deduplicatePosts() {
790
790
  // Run migrations based on installed version
791
791
  async function migrate() {
792
792
  const installedVersion = project.devDependencies[package.name] || '0.0.0';
793
+ console.log('---installedVersion', installedVersion);
794
+ console.log('****', version.is(installedVersion, '<=', '0.0.184'));
793
795
 
794
796
  // Skip if using local version
795
797
  if (installedVersion.startsWith('file:')) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ultimate-jekyll-manager",
3
- "version": "0.0.185",
3
+ "version": "0.0.186",
4
4
  "description": "Ultimate Jekyll dependency manager",
5
5
  "main": "dist/index.js",
6
6
  "exports": {