Skip to content

Commit

Permalink
upd pkgs
Browse files Browse the repository at this point in the history
  • Loading branch information
pasupulaphani committed Dec 19, 2017
1 parent dd6bb0b commit 9cf0a88
Show file tree
Hide file tree
Showing 3 changed files with 413 additions and 381 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[![npm version](https://img.shields.io/npm/v/node-pg-connection-pool.svg?style=flat-square)](https://npmjs.org/package/node-pg-connection-pool)
[![Build Status](https://travis-ci.org/pasupulaphani/node-pg-connection-pool.svg?branch=master)](https://travis-ci.org/pasupulaphani/node-pg-connection-pool)
[![npm version](https://badge.fury.io/js/node-pg-connection-pool.svg)](https://badge.fury.io/js/node-pg-connection-pool)
(https://travis-ci.org/pasupulaphani/node-pg-connection-pool.svg?branch=master)](https://travis-ci.org/pasupulaphani/node-pg-connection-pool)
[![Coverage Status](https://coveralls.io/repos/github/pasupulaphani/node-pg-connection-pool/badge.svg?branch=master)](https://coveralls.io/github/pasupulaphani/node-pg-connection-pool?branch=master)
[![Dependency Status](https://www.versioneye.com/user/projects/58780c851fe8e3003e7a83b2/badge.svg?style=flat-square)](https://www.versioneye.com/user/projects/58780c851fe8e3003e7a83b2)
[![Gratipay donate button](https://img.shields.io/badge/gratipay-donate-yellow.svg?style=flat-square)](https://gratipay.com/simple-redis-store/)
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,20 +36,20 @@
},
"homepage": "https://github.com/pasupulaphani/node-pg-connection-pool#readme",
"dependencies": {
"generic-pool": "^3.1.7",
"generic-pool": "^3.2.0",
"lodash.pick": "^4.4.0",
"pg": "^6.1.2",
"retry-as-promised": "^2.2.0"
"pg": "^7.4.0",
"retry-as-promised": "^2.3.2"
},
"devDependencies": {
"bluebird": "^3.4.7",
"bluebird": "^3.5.1",
"coveralls": "^2.11.16",
"docdash": "^0.4.0",
"eslint": "^3.15.0",
"eslint": "^4.13.1",
"istanbul": "^0.4.5",
"jsdoc": "^3.4.3",
"jsdoc": "^3.5.5",
"mocha": "^3.2.0",
"mocha-lcov-reporter": "^1.2.0",
"should": "^11.2.0"
"mocha-lcov-reporter": "^1.3.0",
"should": "^13.1.3"
}
}
Loading

0 comments on commit 9cf0a88

Please sign in to comment.