We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e0f20c commit 9b48f51Copy full SHA for 9b48f51
lib/index.js
@@ -1,4 +1,4 @@
1
'use strict';
2
-module.exports = require('./lib/database');
+module.exports = require('./database');
3
module.exports.Integer = require('integer');
4
-module.exports.SqliteError = require('./lib/sqlite-error');
+module.exports.SqliteError = require('./sqlite-error');
0 commit comments