Skip to content

Commit e26303c

Browse files
committed
Use module.exports
1 parent a743743 commit e26303c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const helloWorld: Plugin = {
2020
},
2121
}
2222

23-
export default helloWorld
23+
module.exports = helloWorld
2424

2525
/** Internal library function. */
2626
async function fetchTrulyRandomInteger(): Promise<number> {

0 commit comments

Comments
 (0)