Skip to content

Commit c1d7fc9

Browse files
committed
Change require pg.js to pg
1 parent afffd78 commit c1d7fc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
var pg = require('pg.js')
1+
var pg = require('pg')
22
, QueryStream = require('pg-query-stream')
33
, inherits = require('inherits')
44

0 commit comments

Comments
 (0)