Skip to content

Commit

Permalink
Docco 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jashkenas committed Feb 3, 2021
1 parent 0589898 commit 6dbb7e2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docco.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docco.litcoffee
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ template, or one of the built-in **layouts**. We only attempt to process
source files for languages for which we have definitions.

configure = (options) ->
config = _.extend {}, defaults, _.pick(options, _.keys(defaults)...)
config = _.extend {}, defaults, _.pick(options.opts(), _.keys(defaults)...)
config.languages = buildMatchers config.languages
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "The Quick and Dirty Literate Programming Documentation Generator",
"keywords": ["documentation", "docs", "generator", "literate", "coffeescript"],
"author": "Jeremy Ashkenas",
"version": "0.8.0",
"version": "0.8.1",
"license": "MIT",
"repository": {
"type": "git",
Expand Down

0 comments on commit 6dbb7e2

Please sign in to comment.