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:
Daniel Lockyer 2022-03-29 08:41:53 +01:00
parent 03ba3a4d43
commit f39a1ce06c

View File

@ -25,5 +25,8 @@
"mocha": "9.2.2",
"should": "13.2.3",
"sinon": "13.0.1"
},
"optionalDependencies": {
"sqlite3": "^5.0.2"
}
}