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

Commit

Permalink
export storage 2
Browse files Browse the repository at this point in the history
  • Loading branch information
matiu committed Mar 3, 2015
1 parent 537ccb4 commit ac7a6be
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
module.exports.ExpressApp = require('./lib/expressapp');
module.exports.Storage = require('./lib/storage');
var BWS;

BWS.ExpressApp = require('./lib/expressapp');
BWS.Storage = require('./lib/storage');


module.exports = BWS;

0 comments on commit ac7a6be

Please sign in to comment.