create-awesome-node-app 0.4.8 → 0.4.9

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.cjs CHANGED
@@ -3500,21 +3500,6 @@ var getCnaOptions = async (options) => {
3500
3500
  message: `What's your project name?`,
3501
3501
  initial: options.projectName
3502
3502
  },
3503
- {
3504
- type: "select",
3505
- name: "language",
3506
- message: "What language do you want to use?",
3507
- choices: [
3508
- {
3509
- title: "JavaScript",
3510
- value: "js",
3511
- disabled: true,
3512
- description: "Wrong answer! Use TypeScript instead..."
3513
- },
3514
- { title: "TypeScript", value: "ts", description: "Correct answer! :D" }
3515
- ],
3516
- initial: 1
3517
- },
3518
3503
  {
3519
3504
  type: "select",
3520
3505
  name: "packageManager",
@@ -3656,7 +3641,7 @@ var getCnaOptions = async (options) => {
3656
3641
  // package.json
3657
3642
  var package_default = {
3658
3643
  name: "create-awesome-node-app",
3659
- version: "0.4.8",
3644
+ version: "0.4.9",
3660
3645
  type: "module",
3661
3646
  description: "Command line tool to create Node apps with a lot of different templates and extensions.",
3662
3647
  license: "MIT",
package/dist/index.js CHANGED
@@ -3510,21 +3510,6 @@ var getCnaOptions = async (options) => {
3510
3510
  message: `What's your project name?`,
3511
3511
  initial: options.projectName
3512
3512
  },
3513
- {
3514
- type: "select",
3515
- name: "language",
3516
- message: "What language do you want to use?",
3517
- choices: [
3518
- {
3519
- title: "JavaScript",
3520
- value: "js",
3521
- disabled: true,
3522
- description: "Wrong answer! Use TypeScript instead..."
3523
- },
3524
- { title: "TypeScript", value: "ts", description: "Correct answer! :D" }
3525
- ],
3526
- initial: 1
3527
- },
3528
3513
  {
3529
3514
  type: "select",
3530
3515
  name: "packageManager",
@@ -3666,7 +3651,7 @@ var getCnaOptions = async (options) => {
3666
3651
  // package.json
3667
3652
  var package_default = {
3668
3653
  name: "create-awesome-node-app",
3669
- version: "0.4.8",
3654
+ version: "0.4.9",
3670
3655
  type: "module",
3671
3656
  description: "Command line tool to create Node apps with a lot of different templates and extensions.",
3672
3657
  license: "MIT",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-awesome-node-app",
3
- "version": "0.4.8",
3
+ "version": "0.4.9",
4
4
  "type": "module",
5
5
  "description": "Command line tool to create Node apps with a lot of different templates and extensions.",
6
6
  "license": "MIT",