Skip to content
This repository has been archived by the owner on Dec 19, 2019. It is now read-only.

Commit

Permalink
Merge pull request #47 from pistor/remove-pg.js-support
Browse files Browse the repository at this point in the history
Remove support for deprecated pg.js package
  • Loading branch information
brianc authored Jan 8, 2019
2 parents 91bdbbd + 6fc07b4 commit 73506d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use strict'
const Result = require('./pg').Result
const prepare = require('./pg').prepareValue
const Result = require('pg/lib/result.js')
const prepare = require('pg/lib/utils.js').prepareValue
const EventEmitter = require('events').EventEmitter
const util = require('util')

Expand Down
10 changes: 0 additions & 10 deletions pg.js

This file was deleted.

0 comments on commit 73506d3

Please sign in to comment.