Shmew / Feliz.Plotly

Fable bindings written in the Feliz-style for plotly.js.
https://shmew.github.io/Feliz.Plotly/
MIT License
54 stars 13 forks source link

Remove redundant npm dependency metadata for react and react-dom #3

Closed Zaid-Ajaj closed 5 years ago

Zaid-Ajaj commented 5 years ago

The npm dependencies for react and react-dom are redundant because Feliz already requires them from the project file. So when Femto installs Feliz.Plotly then react and react-dom are installed as well along-side with them.

Is there a specific reason why you included these dependencies here?