Skip to content

Commit

Permalink
Added entry point logic.
Browse files Browse the repository at this point in the history
  • Loading branch information
supernomad committed Jun 28, 2015
1 parent 84b9122 commit 8ad241f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions chunky.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
var chunked = require.main.require('apis/chunked-api');

module.exports = {
chunked: chunked
};

0 comments on commit 8ad241f

Please sign in to comment.