alanshaw / david-www

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

Make it clear that you can set 'pathPrefix' #388

Closed blgm closed 6 years ago

blgm commented 6 years ago

In the doc, is say to

see config.js for default configuration values

I had to read the source code to work out that you can set pathPrefix for the GitHub API (typically when using GHE). Hopefully this will make it easier for the next person who wants to do that.

Testing: unit tests run in Travis and manually tested by running npm run build, npm start and checking that the web server started without errors and was able to display dependency pages.

alanshaw commented 6 years ago

:thumbsup: