Skip to content

Commit 373480c

Browse files
santosantthePunderWoman
authored andcommitted
docs: include bun in packageManager value types (angular#60907)
PR Close angular#60907
1 parent 93e8565 commit 373480c

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

adev/src/content/reference/configs/workspace-config.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,13 @@ For more information, see [Workspace and project file structure](reference/confi
3434

3535
The following properties are a set of options that customize the Angular CLI.
3636

37-
| Property | Details | Value type | Default value |
38-
|:--- |:--- |:--- |:--- |
39-
| `analytics` | Share anonymous usage data with the Angular Team. A boolean value indicates whether or not to share data, while a UUID string shares data using a pseudonymous identifier. | `boolean` \| `string` | `false` |
40-
| `cache` | Control [persistent disk cache](cli/cache) used by [Angular CLI Builders](tools/cli/cli-builder). | [Cache options](#cache-options) | `{}` |
41-
| `schematicCollections`| List schematics collections to use in `ng generate`. | `string[]` | `[]` |
42-
| `packageManager` | The preferred package manager tool to use. | `npm` \| `cnpm` \| `pnpm` \| `yarn` | `npm` |
43-
| `warnings` | Control Angular CLI specific console warnings. | [Warnings options](#warnings-options) | `{}` |
37+
| Property | Details | Value type | Default value |
38+
|:--- |:--- |:--- |:--- |
39+
| `analytics` | Share anonymous usage data with the Angular Team. A boolean value indicates whether or not to share data, while a UUID string shares data using a pseudonymous identifier. | `boolean` \| `string` | `false` |
40+
| `cache` | Control [persistent disk cache](cli/cache) used by [Angular CLI Builders](tools/cli/cli-builder). | [Cache options](#cache-options) | `{}` |
41+
| `schematicCollections`| List schematics collections to use in `ng generate`. | `string[]` | `[]` |
42+
| `packageManager` | The preferred package manager tool to use. | `npm` \| `cnpm` \| `pnpm` \| `yarn`\| `bun` | `npm` |
43+
| `warnings` | Control Angular CLI specific console warnings. | [Warnings options](#warnings-options) | `{}` |
4444

4545
### Cache options
4646

0 commit comments

Comments
 (0)