create-rsbuild 1.0.1-beta.13 → 1.0.1-beta.14

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/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -1461,7 +1461,7 @@ async function getTools({ tools, dir, template }) {
1461
1461
  }
1462
1462
  return checkCancel(
1463
1463
  await ae({
1464
- message: "Select additional tools (press enter to continue)",
1464
+ message: "Select additional tools (Use <space> to select, <enter> to continue)",
1465
1465
  options: [
1466
1466
  { value: "biome", label: "Add Biome for code linting and formatting" },
1467
1467
  { value: "eslint", label: "Add ESLint for code linting" },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-rsbuild",
3
- "version": "1.0.1-beta.13",
3
+ "version": "1.0.1-beta.14",
4
4
  "description": "Create a new Rsbuild project",
5
5
  "homepage": "https://rsbuild.dev",
6
6
  "repository": {