alanshaw / david-www

:eyeglasses: David helps keep your Node.js project dependencies up to date.
https://david-dm.org
MIT License
730 stars 131 forks source link

`?path=` no longer working #303

Closed jescalan closed 8 years ago

jescalan commented 8 years ago

See https://david-dm.org/static-dev/spike-tpl-base?path=root as an example -- directory is present in the repo and contains a package.json as seen here.

alanshaw commented 8 years ago

That package.json is not a valid JSON file so david-dm can't parse it.

jescalan commented 8 years ago

Ah fair enough! Ah well, will have to figure out some other way. Thanks for the quick response!