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
1 changed files with 2 additions and 2 deletions

View File

@ -13,12 +13,12 @@ BaselineOfMiniDocs >> baseline: spec [
"Dependencies"
spec
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."
"Packages"
spec
package: 'MiniDocs'
with: [ spec requires: #('Mustache' 'Teapot' "'XMLParserHTML'") ]
with: [ spec requires: #('Mustache' 'Tealight' "'XMLParserHTML'") ]
].
spec