@create-node-app/core 0.1.6 → 0.2.0

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/index.js CHANGED
@@ -694,7 +694,7 @@ var run = async ({
694
694
  console.log();
695
695
  console.log(
696
696
  import_chalk3.default.yellow(
697
- "No templatesOrExtensions specified to bootstrap application."
697
+ "No templates or extensions specified to bootstrap application."
698
698
  )
699
699
  );
700
700
  console.log();
package/dist/index.mjs CHANGED
@@ -666,7 +666,7 @@ var run = async ({
666
666
  console.log();
667
667
  console.log(
668
668
  chalk3.yellow(
669
- "No templatesOrExtensions specified to bootstrap application."
669
+ "No templates or extensions specified to bootstrap application."
670
670
  )
671
671
  );
672
672
  console.log();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@create-node-app/core",
3
- "version": "0.1.6",
3
+ "version": "0.2.0",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",