Files
Nathan Shively-Sanders e56bdd322e Fix crash in inverted version packages (#30)
* Fix crash in inverted version packages

Packages with inverted versions -- where the toplevel index.d.ts has a
lower version than some /v[0-9]+ subdirectory -- are unexpected by
generate-packages. It expects that non-latest versions are always in a
subdirectory.

This is not true for react-bootstrap, and no other packages that I'm
aware of. I can't remember how react-bootstrap got into this state, but
it should not stay there until the issue is actually fixed.

This is just a crash fix, not a complete fix.

This is not really a complete change, since I'm trying to get a fix out
quickly. Either CI needs to prevent this state from happening, or
publishing needs to support it.

* yarn format
2020-06-04 10:14:00 -07:00
..