0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00
- add `useNullAsDefault` flag to sqlite test config to fix breaking
  sqlite builds
- fixes npm install issue with lodash dependency
This commit is contained in:
Austin Burdine 2016-08-11 01:40:51 -06:00 committed by Hannah Wolfe
parent da52e92f3e
commit cd4fb88236
2 changed files with 3 additions and 2 deletions

View file

@ -96,7 +96,8 @@ config = {
'PRAGMA locking_mode=EXCLUSIVE;' + 'PRAGMA locking_mode=EXCLUSIVE;' +
'BEGIN EXCLUSIVE; COMMIT;', done); 'BEGIN EXCLUSIVE; COMMIT;', done);
} }
} },
useNullAsDefault: true
}, },
server: { server: {
host: '127.0.0.1', host: '127.0.0.1',

View file

@ -48,7 +48,7 @@
"intl": "1.2.4", "intl": "1.2.4",
"intl-messageformat": "1.3.0", "intl-messageformat": "1.3.0",
"jsonpath": "0.2.6", "jsonpath": "0.2.6",
"knex": "0.10.0", "knex": "0.11.10",
"lodash": "4.14.2", "lodash": "4.14.2",
"moment": "2.14.1", "moment": "2.14.1",
"moment-timezone": "0.5.5", "moment-timezone": "0.5.5",