evilz / fable-ant-design

Ant Design bindings for Fable Elmish
https://www.evilznet.com/fable-ant-design/index.html
MIT License
23 stars 6 forks source link

Remove unnecessary dependencies from the library project #1

Open Zaid-Ajaj opened 6 years ago

Zaid-Ajaj commented 6 years ago

paket.references of Fable.Ant.Desgin contains too many dependencies that are not used in the library, only the consuming libraries like the docs applications.

Actual

FSharp.Core
Fable.Core
Fable.Elmish.React
Fable.Elmish.Browser
Fable.Elmish.Debugger
Fable.Elmish.HMR
dotnet-fable

Expected

FSharp.Core
Fable.Core
Fable.React