diff --git a/lib/bundle.js b/lib/bundle.js index 21e4f34..37c05be 100644 --- a/lib/bundle.js +++ b/lib/bundle.js @@ -62,7 +62,8 @@ function bundle (input, complete) { filter: function (id) { if (id == 'nexeres') { return false; } //treat our new moudle as a builtin module return !~builtins.indexOf(id); - } + }, + extensions: ['.js', '.json' ] }); md.pipe(through(function (chunk) { deps.push(chunk);