Skip to content

Commit

Permalink
Use convention for extension class name
Browse files Browse the repository at this point in the history
  • Loading branch information
jodeleeuw authored Jul 9, 2024
1 parent cebe98b commit 48fe57f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/extension-meye/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ interface OnFinishParameters {}
* @author Adam Vasarhelyi
* @see {@link https://../docs/extension-meye}
*/
class meyeExtension implements JsPsychExtension {
class MeyeExtension implements JsPsychExtension {
static info: JsPsychExtensionInfo = {
name: "meye-extension",
};
Expand Down Expand Up @@ -580,4 +580,4 @@ class meyeExtension implements JsPsychExtension {
};
}

export default meyeExtension;
export default MeyeExtension;

0 comments on commit 48fe57f

Please sign in to comment.