Skip to content

Commit

Permalink
export pull function like the rest (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
tjconcept authored and ahdinosaur committed May 9, 2017
1 parent f2094a0 commit 7ceb911
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ var throughs = require('./throughs')

exports = module.exports = require('./pull')

exports.pull = exports

for(var k in sources)
exports[k] = sources[k]

Expand Down

0 comments on commit 7ceb911

Please sign in to comment.