jdalton / docdown

A simple JSDoc to Markdown generator.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lodash dependency version in JavaScript port

jmakeig opened this issue · comments

I'm getting an error, Object function lodash(value) {…has no method 'escapeRegExp'. It looks like escapeRegExp was introduced in 3.0.0, but the package.json dependency is declared as ^2.4.1.

Yep, this is because Lo-Dash v3.0.0 has not been released to npm. I'll change this to git://github.com/lodash/lodash.git for now.