Loading new baseline package.

This commit is contained in:
Offray Vladimir Luna Cárdenas 2023-04-04 09:45:49 -05:00
parent 8a2ac498e6
commit 57d138c21f
1 changed files with 2 additions and 2 deletions

View File

@ -22,8 +22,8 @@ BaselineOfMiniDocs >> baseline: spec [
"self xmlParserHTML: spec."
"Packages"
spec
package: 'MiniDocs'
with: [ spec requires: #('Mustache' 'Tealight' "'XMLParserHTML'") ]
package: 'MiniDocs' with: [ spec requires: #('Mustache' 'Tealight' "'XMLParserHTML'") ];
package: 'PetitMarkdown' with: [ spec requires: #('PetitParser')]
].
spec