mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-25 11:55:03 +03:00
Added sqlite3
as an optional dependency
refs https://github.com/TryGhost/Toolbox/issues/213 - this bundles SQLite so it is abstracted away from consumers of this package
This commit is contained in:
parent
03ba3a4d43
commit
f39a1ce06c
@ -25,5 +25,8 @@
|
||||
"mocha": "9.2.2",
|
||||
"should": "13.2.3",
|
||||
"sinon": "13.0.1"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"sqlite3": "^5.0.2"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user