Add pg dependency

This commit is contained in:
rightfold 2016-12-22 22:10:28 +01:00
parent f8bc3f8c9f
commit 8fbd7e38b0

6
package.json Normal file
View File

@ -0,0 +1,6 @@
{
"name": "purescript-postgresql-client",
"dependencies": {
"pg": "^6.1.2"
}
}