Skip to content

Commit

Permalink
Add missing Fable.Import.Node dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
grantneale committed Mar 15, 2019
1 parent 22bdd4a commit 1db77e9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
4 changes: 3 additions & 1 deletion paket.dependencies
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@ source https://www.nuget.org/api/v2
content:none

nuget Fable.Core
nuget Fable.Import.Node
nuget Fable.Import.Note

clitool dotnet-fable

group Build
source https://www.nuget.org/api/v2
nuget FAKE
nuget FAKE
2 changes: 2 additions & 0 deletions paket.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ NUGET
System.ValueTuple (>= 4.4) - restriction: || (>= net461) (>= netstandard2.0)
Fable.Core (2.0.3)
FSharp.Core (>= 4.5.2) - restriction: >= netstandard2.0
Fable.Import.Node (0.4.3)
Fable.Core (>= 1.3.8) - restriction: >= netstandard2.0
FSharp.Compiler.Service (27.0.1) - restriction: >= netcoreapp2.0
FSharp.Core (>= 4.5.2) - restriction: || (>= net45) (>= netstandard2.0)
System.Collections.Immutable (>= 1.5) - restriction: || (>= net45) (>= netstandard2.0)
Expand Down
3 changes: 2 additions & 1 deletion src/paket.references
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
Fable.Core
dotnet-fable
dotnet-fable
Fable.Import.Node

0 comments on commit 1db77e9

Please sign in to comment.