creatium 0.1.0 → 0.1.2

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.
Files changed (2) hide show
  1. package/dist/main.mjs +2 -2
  2. package/package.json +2 -2
package/dist/main.mjs CHANGED
@@ -793,7 +793,7 @@ class Editor extends Select {
793
793
  }
794
794
  };
795
795
  if (!config.desc)
796
- config.desc = "Select the code editor to open the project";
796
+ config.desc = "Select the text editor to open the project";
797
797
  const finalConfig = mergeSelectBaseOptions(config, defaultOptions);
798
798
  super(finalConfig);
799
799
  this.config = finalConfig;
@@ -1283,7 +1283,7 @@ class Output extends Path {
1283
1283
  constructor(config) {
1284
1284
  const finalConfig = {
1285
1285
  desc: config.desc ?? "Set the path where you want to create your project",
1286
- promptMsg: config.promptMsg ?? "What do you want to create your project?",
1286
+ promptMsg: config.promptMsg ?? "Where do you want to create your project?",
1287
1287
  ...config
1288
1288
  };
1289
1289
  super({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "creatium",
3
- "version": "0.1.0",
3
+ "version": "0.1.2",
4
4
  "description": "Build your create-bins quickly and easily",
5
5
  "bugs": {
6
6
  "url": "https://github.com/pigeonposse/creatium/issues",
@@ -47,7 +47,7 @@
47
47
  "@types/columnify": "1.5.4",
48
48
  "@types/update-notifier": "6.0.8",
49
49
  "@types/yargs": "17.0.33",
50
- "@creatium/repo-config": "0.1.0"
50
+ "@creatium/repo-config": "0.1.2"
51
51
  },
52
52
  "publishConfig": {
53
53
  "access": "public",