betterstart-cli 0.0.58 → 0.0.59
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/cli.js +0 -1
- package/dist/cli.js.map +1 -1
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -25673,7 +25673,6 @@ async function runInitCommand(name, options) {
|
|
|
25673
25673
|
options: [
|
|
25674
25674
|
{ value: "pnpm", label: "pnpm", hint: "recommended" },
|
|
25675
25675
|
{ value: "npm", label: "npm" },
|
|
25676
|
-
{ value: "yarn", label: "yarn" },
|
|
25677
25676
|
{ value: "bun", label: "bun" }
|
|
25678
25677
|
]
|
|
25679
25678
|
});
|