Skip to content

Commit

Permalink
Auto-assign options.config if no value is set by the user
Browse files Browse the repository at this point in the history
  • Loading branch information
gakimball committed Feb 22, 2016
1 parent b3f1cee commit 5132b93
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ module.exports = function(opts) {
var fileData;

this.options = extend({
config: {},
extension: 'html',
handlebars: require('handlebars'),
marked: new Renderer(),
Expand Down

0 comments on commit 5132b93

Please sign in to comment.