Skip to content

Commit

Permalink
Updated to reveal.js 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
forki committed Nov 10, 2015
1 parent bfc42c1 commit 5f8b0d6
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 20 deletions.
12 changes: 4 additions & 8 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
### 1.0.7 - 14.10.2015
* Updated all dependencies

### 1.0.3 - 13.08.2015
* Updated all dependencies

### 1.0.2 - 15.06.2015
* Fix CSS around cde
### 1.1.0-alpha001 - 10.11.2015
* Updated to reveal.js 3.2.0
* Update FSharp.Formatting to 2.12.0
* Fix CSS around code

### 1.0.0 - 14.06.2015
* Use highlight.js 8.6 from our own fork - allows 125 languages and 63 styles
Expand Down
4 changes: 2 additions & 2 deletions build.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ open System
open System.IO
#if MONO
#else
#load "packages/SourceLink.Fake/Tools/Fake.fsx"
#load "packages/build/SourceLink.Fake/Tools/Fake.fsx"
open SourceLink
#endif

Expand Down Expand Up @@ -239,7 +239,7 @@ Target "ReleaseDocs" (fun _ ->
Branches.push tempDocsDir
)

#load "paket-files/fsharp/FAKE/modules/Octokit/Octokit.fsx"
#load "paket-files/build/fsharp/FAKE/modules/Octokit/Octokit.fsx"
open Octokit

Target "Release" (fun _ ->
Expand Down
20 changes: 10 additions & 10 deletions paket.lock
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
NUGET
remote: https://nuget.org/api/v2
specs:
FSharp.Compiler.Service (0.0.90)
FSharp.Formatting (2.11.0)
FSharp.Compiler.Service (>= 0.0.90 <= 1.3)
FSharpVSPowerTools.Core (1.9.0)
FSharpVSPowerTools.Core (1.9.0)
FSharp.Compiler.Service (>= 0.0.90)
FSharp.Compiler.Service (1.4.0.6)
FSharp.Formatting (2.12.0)
FSharp.Compiler.Service (1.4.0.6)
FSharpVSPowerTools.Core (2.1.0)
FSharpVSPowerTools.Core (2.1.0)
FSharp.Compiler.Service (>= 1.4.0.6)
GITHUB
remote: fsprojects/reveal.js
specs:
FULLPROJECT (920b5893d4ece930b2fb60409445a425e8ce94e3)
FULLPROJECT (822a9c937c902807e376713760e1f07845951d5a)
GROUP Build
NUGET
remote: https://nuget.org/api/v2
specs:
FAKE (4.6.3)
FAKE (4.8.0)
Microsoft.Bcl (1.1.10)
Microsoft.Bcl.Build (>= 1.0.14)
Microsoft.Bcl.Build (1.0.21) - import_targets: false
Expand All @@ -28,7 +28,7 @@ NUGET
GITHUB
remote: fsharp/FAKE
specs:
modules/Octokit/Octokit.fsx (3109bef4499ef64d5b29b1b56ff207dd985101e8)
modules/Octokit/Octokit.fsx (545fb5d2cc7901bcbfd8f7f1a53da8f7f169deda)
Octokit
GROUP Test
NUGET
Expand All @@ -39,4 +39,4 @@ NUGET
GITHUB
remote: forki/FsUnit
specs:
FsUnit.fs (81d27fd09575a32c4ed52eadb2eeac5f365b8348)
FsUnit.fs (2b809d33e4a06da78babd838abc817dd559c9c41)

0 comments on commit 5f8b0d6

Please sign in to comment.