Skip to content

Commit

Permalink
fix(core): add bun as a valid option of packageManager for preset gen…
Browse files Browse the repository at this point in the history
…erator
  • Loading branch information
jaysoo authored and Jordan-Hall committed May 9, 2024
1 parent 795ce5f commit 46516c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/generated/packages/workspace/generators/preset.json
Expand Up @@ -59,7 +59,7 @@
"packageManager": {
"description": "The package manager used to install dependencies.",
"type": "string",
"enum": ["npm", "yarn", "pnpm"]
"enum": ["npm", "yarn", "pnpm", "bun"]
},
"framework": {
"description": "The framework which the application is using",
Expand Down
2 changes: 1 addition & 1 deletion packages/workspace/src/generators/preset/schema.json
Expand Up @@ -62,7 +62,7 @@
"packageManager": {
"description": "The package manager used to install dependencies.",
"type": "string",
"enum": ["npm", "yarn", "pnpm"]
"enum": ["npm", "yarn", "pnpm", "bun"]
},
"framework": {
"description": "The framework which the application is using",
Expand Down

0 comments on commit 46516c8

Please sign in to comment.