Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion paket.dependencies
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,6 @@ nuget Fable.Remoting.Client
nuget Fable.SimpleJson
nuget Fable.Mocha

nuget Fable.Remoting.Giraffe
nuget Fable.Remoting.Giraffe

nuget Fable.Package.SDK copy_local: true
1 change: 1 addition & 0 deletions paket.lock
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ NUGET
Fable.Mocha (2.17)
Fable.Core (>= 3.0)
FSharp.Core (>= 4.7)
Fable.Package.SDK (1.3) - copy_local: true
Fable.Parsimmon (4.1)
Fable.Core (>= 3.0)
FSharp.Core (>= 4.6.2)
Expand Down
4 changes: 4 additions & 0 deletions src/Client/SAFE.Client.Utils.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,9 @@
<ItemGroup>
<Compile Include="SAFE.fs" />
</ItemGroup>
<PropertyGroup>
<PackageTags>fable-javascript</PackageTags>
<FablePackageType>library</FablePackageType>
</PropertyGroup>
<Import Project="..\..\.paket\Paket.Restore.targets" />
</Project>
3 changes: 2 additions & 1 deletion src/Client/paket.references
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
FSharp.Core
Fable.Remoting.Client
Fable.SimpleJson
Fable.Browser.Dom
Fable.Browser.Dom
Fable.Package.SDK