Skip to content

Commit

Permalink
swap sqlite3 & mysql dependencies (#7677)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
acburdine authored and ErisDS committed Nov 8, 2016
1 parent 3aac3ef commit 0d0542c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@
"moment": "2.15.2",
"moment-timezone": "0.5.9",
"multer": "1.2.0",
"mysql": "2.11.1",
"nconf": "0.8.4",
"netjet": "1.1.3",
"node-uuid": "1.4.7",
Expand All @@ -79,14 +80,13 @@
"sanitize-html": "1.13.0",
"semver": "5.3.0",
"showdown-ghost": "0.3.6",
"sqlite3": "3.1.8",
"superagent": "2.3.0",
"unidecode": "0.1.8",
"validator": "5.7.0",
"xml": "1.0.1"
},
"optionalDependencies": {
"mysql": "2.11.1"
"sqlite3": "3.1.8"
},
"devDependencies": {
"grunt": "1.0.1",
Expand Down

0 comments on commit 0d0542c

Please sign in to comment.