mlms13 / bs-decode

Type-safe JSON decoding for ReasonML and OCaml
https://mlms13.github.io/bs-decode/docs/what-and-why
MIT License
103 stars 18 forks source link

mention bs-bastet as a peer dependency over bs-abstract in the docs #61

Closed hamza0867 closed 4 years ago

hamza0867 commented 4 years ago

As you can see in the picture below, the doc still mentions using bs-abstract as a peer dependency Screenshot from 2020-04-12 15-19-04

But when I ran yarn install bs-decode, yarn told me bs-decode needs a peer dependency called bs-bastet

I believe the docs need a small upgrade in this regard

Thank you guys for the amazing work you put on this library

mlms13 commented 4 years ago

Good catch! I think I updated the actual doc files, but I probably haven't run the website build. I'll take a look right now.

mlms13 commented 4 years ago

Website should be up to date now, after a hard refresh, and I updated the README as well.