Skip to content

Commit

Permalink
Style update.
Browse files Browse the repository at this point in the history
Rate limit · GitHub

Access has been restricted

You have triggered a rate limit.

Please wait a few minutes before you try again;
in some cases this may take up to an hour.

wbyoung committed Apr 3, 2015
1 parent ddca9a9 commit 6c0aaec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -26,7 +26,7 @@ function makeCommonJS(moduleContents, opts) {
return 'var ' + value + ' = require(' + JSON.stringify(key) + ');';
}
});
return requires.join("") + 'module.exports = ' + moduleContents + ';';
return requires.join('') + 'module.exports = ' + moduleContents + ';';
}

function makeHybrid(moduleContents, opts) {

0 comments on commit 6c0aaec

Please sign in to comment.