Skip to content

Commit

Permalink
Add default export for react-bulkhead
Browse files Browse the repository at this point in the history
  • Loading branch information
nkbt committed May 17, 2017
1 parent 5ea4cc3 commit 4c9c223
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/bulkhead/src/index.js
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
export {ReactBulkhead} from './Component';
const {ReactBulkhead} = require(`./Component`);

ReactBulkhead.ReactBulkhead = ReactBulkhead;
module.exports = ReactBulkhead;

0 comments on commit 4c9c223

Please sign in to comment.