a-s-o / koa-docs

An automatic documentation generator for koa.js APIs
MIT License
79 stars 16 forks source link

exact versions in package.json, fix require for lodash/get #3

Closed kevinludwig closed 8 years ago

kevinludwig commented 8 years ago

fix for issue #2

yagarasu commented 8 years ago

Hey! Thanks for this fix. Confirmed, it solves the issue. We are also having problems with this. Fortunately it's an easy fix to implement by hand. Let's hope @a-s-o accepts the pull request soon.

a-s-o commented 8 years ago

Thanks for the PR. Sorry for the delay...I hadnt run into the issue and did not notice the open request until @yagarsu commented

yagarasu commented 8 years ago

Thanks, @a-s-o . Great tool, btw ;)

pedroposada commented 8 years ago

Hi @a-s-o , thanks very much for this fix, can you create a tag for the latest version? Is this how npm can publish the latest version?

a-s-o commented 8 years ago

Yup, will publish to npm later today. Along with some other much needed love for this package (i.e. option to hide handler code from docs).

kevinludwig commented 8 years ago

Hi @a-s-o, can you have a look at issue #4 and see if you think it'd be easy to patch?

a-s-o commented 8 years ago

@pedroposada released to npm with v0.9.0. Thanks for the input