ultimate-jekyll-manager 0.0.101 → 0.0.103

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.
@@ -253,7 +253,7 @@ async function ensureCoreFiles() {
253
253
  logger.log('No src/_config.yml found. Creating default config file...');
254
254
 
255
255
  // Copy default _config.yml
256
- const sourcePath = path.join(rootPathPackage, 'src/defaults/src/_config.yml');
256
+ const sourcePath = path.join(rootPathPackage, 'dist/defaults/src/_config.yml');
257
257
  const targetPath = path.join(rootPathProject, 'src/_config.yml');
258
258
 
259
259
  jetpack.copy(sourcePath, targetPath);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ultimate-jekyll-manager",
3
- "version": "0.0.101",
3
+ "version": "0.0.103",
4
4
  "description": "Ultimate Jekyll dependency manager",
5
5
  "main": "dist/index.js",
6
6
  "exports": {