Skip to content

Commit

Permalink
feat(tags): export BaseTag to be extended by custom tags
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Jun 21, 2017
1 parent 7402af4 commit cfdfd04
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@

exports = module.exports = new (require('./src/Edge'))()
exports.BasePresenter = require('./src/Presenter')
exports.BaseTag = require('./src/Tags/BaseTag')

0 comments on commit cfdfd04

Please sign in to comment.