Skip to content

Commit b359da5

Browse files
committed
Expose driver by version as well as the latest one as deault export
1 parent 5e1e893 commit b359da5

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/index.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,5 @@
1919

2020
import * as v1 from './v1/index';
2121

22-
export default {
23-
v1: v1
24-
}
22+
export { v1 }
23+
export default v1

0 commit comments

Comments
 (0)