Skip to content

Commit 74c69eb

Browse files
committed
include correct file
1 parent e2305f2 commit 74c69eb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
module.exports = require('./');
1+
module.exports = require('./sqlite3');

sqlite3.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
module.exports = require('./lib');
1+
module.exports = require('./lib/sqlite3');

0 commit comments

Comments
 (0)