In build.fsx, repoint npm to the root, since that's where package.json was moved
paket update. Had to upgrade FAKE to 4.48, because previous version was trying to look for npm in the local packages folder, and master branch has 4.48 anyway.
Update FSharp.Core version in the fsproj file, because some code now uses F# 4.0 library functions."
Fixes #53.
Plus, minor build fixes, just make the build run:
build.fsx
, repoint npm to the root, since that's wherepackage.json
was movedpaket update
. Had to upgrade FAKE to 4.48, because previous version was trying to look for npm in the localpackages
folder, and master branch has 4.48 anyway.