Skip to content

Commit

Permalink
docs: replace callout
Browse files Browse the repository at this point in the history
  • Loading branch information
notunderctrl committed Feb 3, 2024
1 parent bc03217 commit 4e001e0
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions apps/docs/pages/guide/create-commandkit.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,7 @@ When running create-commandkit, you should be asked the following questions:

- **Package Manager:** Lets you choose which package manager to use — npm, pnpm, or Yarn.

<Callout type="warning">
Currently, the language feature is only available in the development version.
</Callout>

- **Language:** The language to use for your project — JavaScript or TypeScript.
- **Language ([Development version](/guide/installation#development-version) only):** The language to use for your project — JavaScript or TypeScript.

- **Module Type:** Allows you to pick between CommonJS (using require and module.exports), and ESM (using import and export).

Expand Down

0 comments on commit 4e001e0

Please sign in to comment.