mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-27 22:49:56 -05:00
swap sqlite3 & mysql dependencies (#7677)
no issue - Ghost-CLI's recommended system stack has MySQL as the default DB engine of choice, making the sqlite requirement unnecessary. - Mysql (as the default) should be a required dependency
This commit is contained in:
parent
3aac3ef6de
commit
0d0542c5d0
1 changed files with 2 additions and 2 deletions
|
@ -64,6 +64,7 @@
|
||||||
"moment": "2.15.2",
|
"moment": "2.15.2",
|
||||||
"moment-timezone": "0.5.9",
|
"moment-timezone": "0.5.9",
|
||||||
"multer": "1.2.0",
|
"multer": "1.2.0",
|
||||||
|
"mysql": "2.11.1",
|
||||||
"nconf": "0.8.4",
|
"nconf": "0.8.4",
|
||||||
"netjet": "1.1.3",
|
"netjet": "1.1.3",
|
||||||
"node-uuid": "1.4.7",
|
"node-uuid": "1.4.7",
|
||||||
|
@ -79,14 +80,13 @@
|
||||||
"sanitize-html": "1.13.0",
|
"sanitize-html": "1.13.0",
|
||||||
"semver": "5.3.0",
|
"semver": "5.3.0",
|
||||||
"showdown-ghost": "0.3.6",
|
"showdown-ghost": "0.3.6",
|
||||||
"sqlite3": "3.1.8",
|
|
||||||
"superagent": "2.3.0",
|
"superagent": "2.3.0",
|
||||||
"unidecode": "0.1.8",
|
"unidecode": "0.1.8",
|
||||||
"validator": "5.7.0",
|
"validator": "5.7.0",
|
||||||
"xml": "1.0.1"
|
"xml": "1.0.1"
|
||||||
},
|
},
|
||||||
"optionalDependencies": {
|
"optionalDependencies": {
|
||||||
"mysql": "2.11.1"
|
"sqlite3": "3.1.8"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"grunt": "1.0.1",
|
"grunt": "1.0.1",
|
||||||
|
|
Loading…
Add table
Reference in a new issue