Skip to content

Commit e3042b5

Browse files
committed
Move the helper libs into a sub-folder to not eat up namespace in the library path.
1 parent f7813bc commit e3042b5

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
File renamed without changes.
File renamed without changes.

postgres.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/*jslint bitwise: true, eqeqeq: true, immed: true, newcap: true, nomen: true, onevar: true, plusplus: true, regexp: true, undef: true, white: true, indent: 2 */
22
/*globals include md5 node exports */
33

4-
process.mixin(require('./bits'));
5-
process.mixin(require('./md5'));
4+
process.mixin(require('./postgres-js/bits'));
5+
process.mixin(require('./postgres-js/md5'));
66
var tcp = require("tcp");
77
var sys = require("sys");
88

0 commit comments

Comments
 (0)