From fa3a2276a8bea2abd475dbff5c449029bebca19f Mon Sep 17 00:00:00 2001 From: Robin Neatherway Date: Sat, 30 Mar 2013 22:37:09 +0000 Subject: [PATCH] Add JSON dll to bin folder --- recipes/fsharp-mode | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes/fsharp-mode b/recipes/fsharp-mode index f4f3ed79..ba3f58d4 100644 --- a/recipes/fsharp-mode +++ b/recipes/fsharp-mode @@ -5,4 +5,5 @@ ("bin" "lib/fsautocomplete/fsautocomplete.exe" "lib/fsautocomplete/FSharp.CompilerBinding.dll" - "lib/ndesk-options/NDesk.Options.dll"))) + "lib/ndesk-options/NDesk.Options.dll" + "lib/newtonsoft.json/Newtonsoft.Json.dll")))