create-yeow 0.2.46 → 0.2.47

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-yeow",
3
- "version": "0.2.46",
3
+ "version": "0.2.47",
4
4
  "description": "Scaffold a Yeow plugin project",
5
5
  "type": "module",
6
6
  "bin": {
@@ -275,7 +275,7 @@ async function printFormattedError(err) {
275
275
  out += ` ${style} at ${fn}(${srcPath}:${f.orig.line}:${f.orig.column})${c.r}\n`;
276
276
  } else {
277
277
  const internal = f.raw.includes('init.js') || f.raw.includes('unknown.js') ? ' (internal)' : '';
278
- out += ` ${c.D} ${f.raw}${internal}${c.r}\n`;
278
+ out += `${c.D} ${f.raw}${internal}${c.r}\n`;
279
279
  }
280
280
  }
281
281
  }
@@ -7,7 +7,7 @@
7
7
  "dev": "node .yeow/dev-server.js"
8
8
  },
9
9
  "dependencies": {
10
- "yeow-api": "^0.2.30",
10
+ "yeow-api": "^0.2.31",
11
11
  "yeow-utils": "^0.1.2"
12
12
  },
13
13
  "devDependencies": {