Skip to content

Commit

Permalink
docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaly-t committed Jun 1, 2017
1 parent 58c71a5 commit 7ceb3e0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion lib/database.js
Expand Up @@ -78,6 +78,7 @@ var $npm = {
* {@link Database.$config $config},
* {@link Database.$cn $cn},
* {@link Database.$dc $dc},
* {@link Database.$pool $pool},
* {@link event:extend extend}
*
* @example
Expand Down Expand Up @@ -317,7 +318,7 @@ function Database(cn, dc, config) {
*
* A $[pg-pool] object currently assigned to the database object.
*
* It can be `null` before this `Database` object is connected for the first time,
* It can be `null` before the `Database` object is connected for the first time,
* and after calling the global `pgp.end()`.
*
*/
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "pg-promise",
"version": "6.0.3",
"version": "6.0.4",
"description": "Promises interface for PostgreSQL",
"main": "lib/index.js",
"typings": "typescript/pg-promise.d.ts",
Expand Down

0 comments on commit 7ceb3e0

Please sign in to comment.