Updated the project.
This commit is contained in:
parent
5dfe9f128d
commit
7919556077
1550 changed files with 17063 additions and 40183 deletions
7
my-app/node_modules/@angular-devkit/schematics/tasks/package-manager/executor.js
generated
vendored
7
my-app/node_modules/@angular-devkit/schematics/tasks/package-manager/executor.js
generated
vendored
|
@ -55,6 +55,13 @@ const packageManagers = {
|
|||
},
|
||||
'yarn': {
|
||||
commands: {
|
||||
installAll: 'install',
|
||||
installPackage: 'add',
|
||||
},
|
||||
},
|
||||
'bun': {
|
||||
commands: {
|
||||
installAll: 'install',
|
||||
installPackage: 'add',
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue