Skip to content

Commit

Permalink
Expose common.js through the breach_module package
Browse files Browse the repository at this point in the history
  • Loading branch information
kchapelier committed Jul 27, 2014
1 parent 755e27b commit 8b9e915
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions module/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
var common = require('./lib/common.js');

module.exports = require('./lib/module.js').module({});
module.exports.common = common;

// SAFETY NET (kills the process and the spawns)
process.on('uncaughtException', function (err) {
Expand Down

0 comments on commit 8b9e915

Please sign in to comment.