This repository was archived by the owner on Aug 11, 2021. It is now read-only.

Description
Documentation says that
fullMetadata {Boolean} If true, don't attempt to fetch filtered ("corgi") registry metadata. (default: false)
So I assumed "corgi" is used by default. However, I checked and it does not work by default.
I looked into the code and found this line
|
var useCorgi = params.fullMetadata == null ? false : !params.fullMetadata |
So where is the mistake? In the README or in the code?
(might be a duplicate of #153)