Fixing dependency on Tealight.

This commit is contained in:
Offray Vladimir Luna Cárdenas 2023-01-03 13:06:25 -05:00
parent a3aed51bc8
commit bd7f33a223

View File

@ -13,12 +13,12 @@ BaselineOfMiniDocs >> baseline: spec [
"Dependencies" "Dependencies"
spec spec
baseline: 'Mustache' with: [ spec repository: 'github://noha/mustache' ]; baseline: 'Mustache' with: [ spec repository: 'github://noha/mustache' ];
baseline: 'Teapot' with: [ spec repository: 'github://zeroflag/teapot:master/source' ]. baseline: 'Tealight' with: [ spec repository: 'https://github.com/astares/Tealight' ].
"self xmlParserHTML: spec." "self xmlParserHTML: spec."
"Packages" "Packages"
spec spec
package: 'MiniDocs' package: 'MiniDocs'
with: [ spec requires: #('Mustache' 'Teapot' "'XMLParserHTML'") ] with: [ spec requires: #('Mustache' 'Tealight' "'XMLParserHTML'") ]
]. ].
spec spec