We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae4cd21 commit 655c5eeCopy full SHA for 655c5ee
1 file changed
etc/.makie.js
@@ -31,6 +31,7 @@ plugins[ 'complexity' ] = path.join( prefix, 'makie-complexity' );
31
plugins[ 'view-complexity' ] = path.join( prefix, 'makie-view-complexity' );
32
plugins[ 'list-pkgs' ] = path.join( prefix, 'makie-list-pkgs' );
33
plugins[ 'list-pkgs-names' ] = path.join( prefix, 'makie-list-pkgs-names' );
34
+plugins[ 'stats-list-contributors' ] = path.join( prefix, 'makie-stats-list-contributors' );
35
36
37
// EXPORTS //
0 commit comments