From 1db77e91e5ec350d725aaffe800f53155ae8126e Mon Sep 17 00:00:00 2001 From: Grant Neale Date: Fri, 15 Mar 2019 10:32:32 +1030 Subject: [PATCH] Add missing Fable.Import.Node dependency --- paket.dependencies | 4 +++- paket.lock | 2 ++ src/paket.references | 3 ++- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/paket.dependencies b/paket.dependencies index bc76c53..b47aeac 100644 --- a/paket.dependencies +++ b/paket.dependencies @@ -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 \ No newline at end of file + nuget FAKE diff --git a/paket.lock b/paket.lock index b729ae8..23c7531 100644 --- a/paket.lock +++ b/paket.lock @@ -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) diff --git a/src/paket.references b/src/paket.references index 2803198..2ca9a9f 100644 --- a/src/paket.references +++ b/src/paket.references @@ -1,2 +1,3 @@ Fable.Core -dotnet-fable \ No newline at end of file +dotnet-fable +Fable.Import.Node \ No newline at end of file