ultimate-jekyll-manager 0.0.102 → 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.
@@ -248,11 +248,6 @@ function setupScripts() {
248
248
 
249
249
  async function ensureCoreFiles() {
250
250
  // Ensure src/_config.yml exists
251
- // From error
252
- /Users/ian/Developer/Repositories/DashQR/dashqr-website/node_modules/ultimate-jekyll-manager/src/defaults/src/_config.yml
253
-
254
- // Actual path
255
- /Users/ian/Developer/Repositories/ITW-Creative-Works/ultimate-jekyll-manager/src/defaults/src/_config.yml
256
251
  if (!jetpack.exists('src/_config.yml')) {
257
252
  // Log
258
253
  logger.log('No src/_config.yml found. Creating default config file...');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ultimate-jekyll-manager",
3
- "version": "0.0.102",
3
+ "version": "0.0.103",
4
4
  "description": "Ultimate Jekyll dependency manager",
5
5
  "main": "dist/index.js",
6
6
  "exports": {