Skip to content

Commit f54c7db

Browse files
authored
Update index.js
Fixes #1 - issue due to case
1 parent b484447 commit f54c7db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
module.exports = require('./src/checker');
1+
module.exports = require('./src/Checker');

0 commit comments

Comments
 (0)