Skip to content

Commit

Permalink
doc: update installPackages jsdoc to match current implementation (#4766
Browse files Browse the repository at this point in the history
)
  • Loading branch information
brunoziie authored Oct 18, 2024
1 parent d7245aa commit 41f5d66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/ace/codemods.ts
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ export class Codemods extends EventEmitter {
* name like :
*
* ```
* this.installPackages(['@adonisjs/lucid@next', '@adonisjs/[email protected]'])
* this.installPackages([{ name: '@adonisjs/lucid@next', isDevDependency: false }])
* ```
*/
async installPackages(packages: { name: string; isDevDependency: boolean }[]) {
Expand Down

0 comments on commit 41f5d66

Please sign in to comment.