Redefining dependencies.

This commit is contained in:
Offray Vladimir Luna Cárdenas 2023-07-26 10:08:53 -05:00
parent 4f849d2e36
commit d011f9c1c1
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ BaselineOfMiniDocs >> baseline: spec [
repository: 'github://moosetechnology/PetitParser:v3.x.x/src'
].
"self fossil: spec."
self xmlParserHTML: spec.
"Packages"
spec
package: 'PetitMarkdown' with: [ spec requires: #('PetitParser')];