Skip to content

Commit 948647e

Browse files
committed
trying to fix the coveralls.
1 parent cfe5740 commit 948647e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
var nodeHighVer = +process.versions.node.split('.')[0];
44

5-
// istanbul ignore next
5+
// istanbul ignore if
66
if (nodeHighVer < 4) {
77

88
// Starting from pg-promise v5.6.0, the library no longer supports legacy

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"@types/node": "6.x",
5050
"JSONStream": "1.x",
5151
"bluebird": "3.x",
52-
"coveralls": "2.x",
52+
"coveralls": "2.11",
5353
"istanbul": "0.4",
5454
"jasmine-node": "1.x",
5555
"jsdoc": "3.x",

0 commit comments

Comments
 (0)