Improving Petit Parser 1 package dependencies.

This commit is contained in:
Offray Vladimir Luna Cárdenas 2023-04-04 13:32:37 -05:00
parent 57d138c21f
commit cf08d18fb2
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ BaselineOfMiniDocs >> baseline: spec [
baseline: 'Tealight' with: [ spec repository: 'github://astares/Tealight:main/src' ];
baseline: 'PetitParser' with: [
spec
loads: #('Minimal');
loads: #('Minimal' 'Islands');
repository: 'github://moosetechnology/PetitParser:v3.x.x/src'
].
"self xmlParserHTML: spec."