Skip to content

Commit

Permalink
Added global Concoction export
Browse files Browse the repository at this point in the history
  • Loading branch information
notheotherben committed Dec 13, 2013
1 parent 307a7e3 commit 378799b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
/// <reference path="nodelib/node.js"/>
/// <reference path="lib/Database.js"/>
var Database = require('./lib/Database');
var Concoction = require('concoction');

Database.Concoction = Concoction;

(require.modules || {}).iridium = (require.modules || {}).index = module.exports = Database;

0 comments on commit 378799b

Please sign in to comment.