diff --git a/info.rkt b/info.rkt index 355d4b6..724a386 100644 --- a/info.rkt +++ b/info.rkt @@ -4,7 +4,7 @@ "rackunit-lib" "typed-racket-lib" "debug")) -(define build-deps '("scribble-lib" "racket-doc")) +(define build-deps '("scribble-lib" "racket-doc" "typed-racket-doc")) (define scribblings '(("scribblings/repltest.scrbl" ()))) (define pkg-desc "Copy-paste your REPL interactions, and have them run as tests") (define version "0.1") diff --git a/scribblings/repltest.scrbl b/scribblings/repltest.scrbl index 1cea0e4..b659ffd 100644 --- a/scribblings/repltest.scrbl +++ b/scribblings/repltest.scrbl @@ -4,7 +4,7 @@ scriblib/footnote] @title{REPL test: copy-paste REPL interactions to define tests} -@author{georges} +@author{Georges Dupéron} Source code: @url{https://github.com/jsmaniac/repltest}