We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfe5740 commit 948647eCopy full SHA for 948647e
lib/index.js
@@ -2,7 +2,7 @@
2
3
var nodeHighVer = +process.versions.node.split('.')[0];
4
5
-// istanbul ignore next
+// istanbul ignore if
6
if (nodeHighVer < 4) {
7
8
// Starting from pg-promise v5.6.0, the library no longer supports legacy
package.json
@@ -49,7 +49,7 @@
49
"@types/node": "6.x",
50
"JSONStream": "1.x",
51
"bluebird": "3.x",
52
- "coveralls": "2.x",
+ "coveralls": "2.11",
53
"istanbul": "0.4",
54
"jasmine-node": "1.x",
55
"jsdoc": "3.x",
0 commit comments