@axeth/create-cli 2.0.3 → 2.0.4

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": "@axeth/create-cli",
3
- "version": "2.0.3",
3
+ "version": "2.0.4",
4
4
  "module": "index.ts",
5
5
  "type": "module",
6
6
  "bin": {
@@ -37,7 +37,7 @@ class AxethCLI {
37
37
 
38
38
  await this.generateTemplate(addonInfo, config, minecraftServerVersion, minecraftServerUIVersion, spinner);
39
39
  await prompt.confirm({
40
- message: "Open on VSCode (code .)?",
40
+ message: "Open on VSCode?",
41
41
  initialValue: false
42
42
  })
43
43
  }