Skip to content

Commit 655c5ee

Browse files
committed
Add plugin to list contributors
1 parent ae4cd21 commit 655c5ee

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

etc/.makie.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ plugins[ 'complexity' ] = path.join( prefix, 'makie-complexity' );
3131
plugins[ 'view-complexity' ] = path.join( prefix, 'makie-view-complexity' );
3232
plugins[ 'list-pkgs' ] = path.join( prefix, 'makie-list-pkgs' );
3333
plugins[ 'list-pkgs-names' ] = path.join( prefix, 'makie-list-pkgs-names' );
34+
plugins[ 'stats-list-contributors' ] = path.join( prefix, 'makie-stats-list-contributors' );
3435

3536

3637
// EXPORTS //

0 commit comments

Comments
 (0)