Skip to content

Commit 2c74a3c

Browse files
committed
fix: correct export
1 parent ab7775c commit 2c74a3c

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,3 +1,3 @@
11
'use strict';
22

3-
module.exports = require('./src/driver');
3+
module.exports = require('./driver');

0 commit comments

Comments
 (0)