Skip to content

Commit

Permalink
fix(dgeni): wrong package exports name (#3036)
Browse files Browse the repository at this point in the history
  • Loading branch information
griest024 authored Aug 27, 2024
1 parent 69348f1 commit 1798c89
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { getPackageInfo } from '../helpers/generateApiList';
* Adds exports info to API packages.
*/
export class AddPackageExportsProcessor implements Processor {
readonly name = 'removeDuplicates';
readonly name = 'addPackageExports';
readonly $runAfter = ['docs-processed'];
readonly $runBefore = ['rendering-docs'];

Expand Down

0 comments on commit 1798c89

Please sign in to comment.