dbwrap -> masterquest-sqlite3
This commit is contained in:
parent
3c2568b66c
commit
4867ada3f0
|
@ -127,7 +127,7 @@ function getVhostsMap(config) {
|
||||||
module.exports.deserialize = deserialize;
|
module.exports.deserialize = deserialize;
|
||||||
module.exports.getVhostsMap = getVhostsMap;
|
module.exports.getVhostsMap = getVhostsMap;
|
||||||
module.exports.create = function (db) {
|
module.exports.create = function (db) {
|
||||||
var wrap = require('dbwrap');
|
var wrap = require('masterquest-sqlite3');
|
||||||
|
|
||||||
var dir = [
|
var dir = [
|
||||||
//
|
//
|
||||||
|
|
|
@ -57,7 +57,7 @@
|
||||||
"cookie-session": "1.x",
|
"cookie-session": "1.x",
|
||||||
"cookie-signature": "^1.0.6",
|
"cookie-signature": "^1.0.6",
|
||||||
"crc": "^3.2.1",
|
"crc": "^3.2.1",
|
||||||
"dbwrap": "git://bitbucket.org/daplie/dbwrap.git",
|
"masterquest-sqlite3": "git://github.org/coolaj86/masterquest-sqlite3.git",
|
||||||
"debug": "^2.1.3",
|
"debug": "^2.1.3",
|
||||||
"depd": "^1.0.0",
|
"depd": "^1.0.0",
|
||||||
"destroy": "^1.0.3",
|
"destroy": "^1.0.3",
|
||||||
|
|
Loading…
Reference in New Issue