mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-10 23:36:14 -05:00
Merge pull request #4422 from jaswilli/pg
Use pure javascript library for postgresql.
This commit is contained in:
commit
9a035144ed
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@
|
|||
},
|
||||
"optionalDependencies": {
|
||||
"mysql": "2.5.2",
|
||||
"pg": "3.6.2"
|
||||
"pg.js": "3.6.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"blanket": "~1.1.6",
|
||||
|
|
Loading…
Add table
Reference in a new issue