diff --git a/info.rkt b/info.rkt index 53d8e20..374ce6a 100644 --- a/info.rkt +++ b/info.rkt @@ -1,3 +1,5 @@ #lang info (define collection "css-tools") -(define scribblings '(("scribblings/css-tools.scrbl" ()))) \ No newline at end of file +(define scribblings '(("scribblings/css-tools.scrbl" ()))) +(define deps '("base" "txexpr")) +(define build-deps '("scribble-lib")) diff --git a/scribblings/css-tools.scrbl b/scribblings/css-tools.scrbl index a9f6561..ee9a876 100644 --- a/scribblings/css-tools.scrbl +++ b/scribblings/css-tools.scrbl @@ -21,12 +21,6 @@ After that, you can update the package from the command line: @verbatim{raco pkg update css-tools} -@section{Interface} - -@defmodule[css-tools] - -Hello css-tools. - @section{License & source code}