This repository has an awkward setup where it's created as a fork of dsyer/webjars-locator-core which in turn is a fork of webjars/webjars-locator-core (which itself is a fork, but that's not relevant here).
Other than being awkward, this actually prevents contributors from having forks of both webjars-locator-core and webjars-locator-lite (as the latter itself is a fork of the former).
Additionally, IMO there's no reason for webjars-locator-lite to inherit the entire history of webjars-locator-core (tags included).
So, my suggestions for this repository are:
- use detach a fork option from here to detach from upstream
- rewrite history (and force push it to remote) before the project gains more traction
This repository has an awkward setup where it's created as a fork of dsyer/webjars-locator-core which in turn is a fork of webjars/webjars-locator-core (which itself is a fork, but that's not relevant here).
Other than being awkward, this actually prevents contributors from having forks of both
webjars-locator-coreandwebjars-locator-lite(as the latter itself is a fork of the former).Additionally, IMO there's no reason for
webjars-locator-liteto inherit the entire history ofwebjars-locator-core(tags included).So, my suggestions for this repository are: