Skip to content

Commit

Permalink
tidy up paket
Browse files Browse the repository at this point in the history
  • Loading branch information
tomcl committed Nov 24, 2020
1 parent 6f8b645 commit c2ccf84
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 35 deletions.
5 changes: 1 addition & 4 deletions paket.dependencies
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,10 @@

framework: auto-detect
source https://api.nuget.org/v3/index.json
nuget Fable.Browser.Css

group Electron
source https://api.nuget.org/v3/index.json

nuget Fable.Browser.Css
nuget Fable.Core
nuget Fable.Browser.Css
nuget Fable.Electron
nuget Fable.Elmish
nuget Fable.Elmish.Debugger
Expand Down
30 changes: 0 additions & 30 deletions paket.lock
Original file line number Diff line number Diff line change
@@ -1,34 +1,4 @@
RESTRICTION: || (== netcoreapp3.1) (== netstandard2.0)
NUGET
remote: https://api.nuget.org/v3/index.json
Fable.Browser.Blob (1.1)
Fable.Core (>= 3.0)
FSharp.Core (>= 4.6.2)
Fable.Browser.Css (2.0)
Fable.Browser.Dom (>= 1.2)
Fable.Browser.Svg (>= 1.0)
Fable.Core (>= 3.0)
FSharp.Core (>= 4.7)
Fable.Browser.Dom (2.1.2)
Fable.Browser.Blob (>= 1.1)
Fable.Browser.Event (>= 1.2.1)
Fable.Browser.WebStorage (>= 1.0)
Fable.Core (>= 3.0)
FSharp.Core (>= 4.7.1)
Fable.Browser.Event (1.2.1)
Fable.Core (>= 3.0)
FSharp.Core (>= 4.7)
Fable.Browser.Svg (2.0)
Fable.Browser.Dom (>= 2.0)
Fable.Core (>= 3.0)
FSharp.Core (>= 4.7)
Fable.Browser.WebStorage (1.0)
Fable.Browser.Event (>= 1.0)
Fable.Core (>= 3.0)
FSharp.Core (>= 4.5.2)
Fable.Core (3.1.6)
FSharp.Core (>= 4.7.1)
FSharp.Core (5.0)

GROUP Electron
NUGET
Expand Down
1 change: 0 additions & 1 deletion src/Renderer/Renderer.fs
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,6 @@ type Messages = ModelType.Msg
// -- Init Model

let init() =
checkJson()
JSHelpers.setDebugLevel()
DiagramMainView.init(), Cmd.none

Expand Down

0 comments on commit c2ccf84

Please sign in to comment.